sftpgo-mirror/webdavd
Nicola Murino f59f62317e
sftpd: fix file upload resume detection
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
2021-05-15 08:39:01 +02:00
..
file.go add a basic front-end web interface for end-users 2021-05-06 21:35:43 +02:00
handler.go sftpfs: add buffering support 2021-04-03 16:00:55 +02:00
internal_test.go httpd/webdav: add a list of hosts allowed to send proxy headers 2021-05-11 06:54:06 +02:00
mimecache.go webdav: performance improvements and bug fixes 2020-11-04 19:11:40 +01:00
server.go httpd/webdav: add a list of hosts allowed to send proxy headers 2021-05-11 06:54:06 +02:00
webdavd.go httpd/webdav: add a list of hosts allowed to send proxy headers 2021-05-11 06:54:06 +02:00
webdavd_test.go sftpd: fix file upload resume detection 2021-05-15 08:39:01 +02:00