aboutsummaryrefslogtreecommitdiff
path: root/networking/ftpgetput.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--networking/ftpgetput.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ftpgetput.c b/networking/ftpgetput.c
index 978601d26..453cce571 100644
--- a/networking/ftpgetput.c
+++ b/networking/ftpgetput.c
@@ -166,7 +166,7 @@ static int ftp_receive(ftp_host_info_t *server, FILE *control_stream,
166 if (do_continue) { 166 if (do_continue) {
167 fd_local = xopen(local_path, O_APPEND | O_WRONLY); 167 fd_local = xopen(local_path, O_APPEND | O_WRONLY);
168 } else { 168 } else {
169 fd_local = xopen3(local_path, O_CREAT | O_TRUNC | O_WRONLY, 777); 169 fd_local = xopen3(local_path, O_CREAT | O_TRUNC | O_WRONLY, 0777);
170 } 170 }
171 } 171 }
172 172