mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-04-21 12:32:38 +00:00
WinSCP does not set the APPEND flag while resuming a file upload, so we detect a file upload resume if the TRUNCATE flag is not set. The APPEND flag is now ignored. Fixes #420