sftpgo/internal/sftpd
Nicola Murino 61b5f97bf2
scp: close transfers before sending upload errors
This change should fix the random failure in TestSCPTransferQuotaLimits
because the quota is already updated when the scp command ends.

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
2023-12-21 18:03:07 +01:00
..
mocks move SFTPGo package to the internal folder 2022-07-24 16:18:54 +02:00
cmd_unix.go update Copyright year 2023-01-03 10:18:30 +01:00
cmd_windows.go update Copyright year 2023-01-03 10:18:30 +01:00
cryptfs_test.go fix or suppress lint warnings detected by golangci-lint 1.55.0 2023-10-20 20:31:17 +02:00
handler.go add support for conditional resuming of uploads 2023-10-23 09:56:40 +02:00
httpfs_test.go add a specific permission to manage folders 2023-07-23 18:48:49 +02:00
internal_test.go ssh: allow to configure public key auth algorithms 2023-11-09 20:03:04 +01:00
internal_unix_test.go update Copyright year 2023-01-03 10:18:30 +01:00
lister.go update Copyright year 2023-01-03 10:18:30 +01:00
middleware.go update Copyright year 2023-01-03 10:18:30 +01:00
middleware_test.go update Copyright year 2023-01-03 10:18:30 +01:00
scp.go scp: close transfers before sending upload errors 2023-12-21 18:03:07 +01:00
server.go ssh: allow to configure public key auth algorithms 2023-11-09 20:03:04 +01:00
sftpd.go ssh: allow to configure public key auth algorithms 2023-11-09 20:03:04 +01:00
sftpd_test.go scp: close transfers before sending upload errors 2023-12-21 18:03:07 +01:00
ssh_cmd.go add object metadata to notification events 2023-08-12 18:51:47 +02:00
subsystem.go update Copyright year 2023-01-03 10:18:30 +01:00
transfer.go vfs: make PipeWriter an interface 2023-10-23 09:56:46 +02:00