sftpgo/sftpd
Nicola Murino b99495ebbb sftpd download: remove check for download size
some clients, for example rclone can request only part of a file, we have
no way to detect this so we haven't return an error if the downloaded size
does not match the file size
2020-02-14 11:09:16 +01:00
..
cmd_unix.go add support for Git over SSH 2019-11-26 22:26:42 +01:00
cmd_windows.go add support for Git over SSH 2019-11-26 22:26:42 +01:00
handler.go sftpd: improve error logs 2020-02-13 08:26:45 +01:00
internal_test.go sftpd download: remove check for download size 2020-02-14 11:09:16 +01:00
internal_unix_test.go fix test cases on Windows 2019-12-26 08:29:38 +01:00
lister.go Improve documentation 2019-07-30 20:51:29 +02:00
scp.go ssh commands: fix parsing commands with space 2020-02-08 23:33:06 +01:00
server.go add support for keyboard interactive authentication 2020-01-21 10:54:05 +01:00
sftpd.go sftp actions: add a parameter to distinguish local and remote files 2020-01-23 23:23:28 +01:00
sftpd_test.go subdir perms: allow empty perms 2020-02-10 19:28:35 +01:00
ssh_cmd.go ssh commands: fix parsing commands with space 2020-02-08 23:33:06 +01:00
transfer.go sftpd download: remove check for download size 2020-02-14 11:09:16 +01:00