rclone/cmd/serve
Nick Craig-Wood d61328e459 serve ftp: fix race condition when using the auth proxy
In this commit we introduced a race condition when using the auth
proxy.

94a320f23c serve ftp: update to goftp.io/server v2.0.1

This was due to the re-organisation of the upstream library which made
the driver be a singleton rather than per session.

This means that when using the auth proxy we need to keep track of
which VFS to use by based on which FTP user is connected.

This also adjusts the locking so that the methods will run
concurrently.
2023-08-23 15:11:47 +01:00
..
dlna docs: group the global flags and make them appear on command and flags pages 2023-08-02 12:53:09 +01:00
docker docs: group the global flags and make them appear on command and flags pages 2023-08-02 12:53:09 +01:00
ftp serve ftp: fix race condition when using the auth proxy 2023-08-23 15:11:47 +01:00
http docs: group the global flags and make them appear on command and flags pages 2023-08-02 12:53:09 +01:00
proxy docs: group the global flags and make them appear on command and flags pages 2023-08-02 12:53:09 +01:00
restic docs: group the global flags and make them appear on command and flags pages 2023-08-02 12:53:09 +01:00
servetest build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
sftp serve sftp: fix hash calculations with --vfs-cache-mode full 2023-08-22 13:18:36 +01:00
webdav docs: group the global flags and make them appear on command and flags pages 2023-08-02 12:53:09 +01:00
serve.go docs: add minimum versions to the command pages 2022-12-03 18:58:55 +01:00