sftpgo/sftpd
Nicola Murino 871e2ccbbf sftpd: refactor connection closing
we have not known bugs with the previous implementation anyway this one
is cleaner: the underlying network connection is directly related with
SFTP/SCP connections.
This should better protect us against buggy clients and edge cases
2019-10-10 09:04:17 +02:00
..
handler.go sftpd: add support for upload resume 2019-10-09 17:33:30 +02:00
internal_test.go sftpd: refactor connection closing 2019-10-10 09:04:17 +02:00
lister.go Improve documentation 2019-07-30 20:51:29 +02:00
scp.go sftpd: refactor connection closing 2019-10-10 09:04:17 +02:00
server.go sftpd: refactor connection closing 2019-10-10 09:04:17 +02:00
sftpd.go sftpd: refactor connection closing 2019-10-10 09:04:17 +02:00
sftpd_test.go sftpd: add support for upload resume 2019-10-09 17:33:30 +02:00
transfer.go sftpd: add support for upload resume 2019-10-09 17:33:30 +02:00