diff options
| -rw-r--r-- | lib/ssh-libssh.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh-libssh.c b/lib/ssh-libssh.c index ca1337677..879358eba 100644 --- a/lib/ssh-libssh.c +++ b/lib/ssh-libssh.c @@ -1119,7 +1119,7 @@ static CURLcode myssh_statemach_act(struct connectdata *conn, bool *block)          flags = O_WRONLY|O_APPEND;        else          /* Clear file before writing (normal behaviour) */ -        flags = O_WRONLY|O_APPEND|O_CREAT|O_TRUNC; +        flags = O_WRONLY|O_CREAT|O_TRUNC;        if(sshc->sftp_file)          sftp_close(sshc->sftp_file);  | 
