]> granicus.if.org Git - curl/commit
ssh-libssh: do not specify O_APPEND when not in append mode
authorFelix Hädicke <felixhaedicke@web.de>
Wed, 24 Jul 2019 09:47:51 +0000 (11:47 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 25 Jul 2019 21:29:21 +0000 (23:29 +0200)
commit62617495102c60124db8a909f592f063e38a89aa
tree9b74befea07d8c653af7211860baa80f467fc5ef
parenta55edcea6530e369b467b00208c58f73f3609307
ssh-libssh: do not specify O_APPEND when not in append mode

Specifying O_APPEND in conjunction with O_TRUNC and O_CREAT does not
make much sense. And this combination of flags is not accepted by all
SFTP servers (at least not Apache SSHD).

Fixes #4147
Closes #4148
lib/ssh-libssh.c