rclone/cmd/serve/ftp
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
..
ftp.go serve ftp: fix race condition when using the auth proxy 2023-08-23 15:11:47 +01:00
ftp_test.go serve ftp: update to goftp.io/server v2.0.1 - fixes #7237 2023-08-22 17:24:05 +01:00
ftp_unsupported.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00