rclone/backend/ftp
Nick Craig-Wood 847868b4ba ftp: hard fork github.com/jlaffaye/ftp to fix go get
Having a replace directive in go.mod causes "go get
github.com/rclone/rclone" to fail as it discussed in this Go issue:
https://github.com/golang/go/issues/44840

This is apparently how the Go team want go.mod to work, so this commit
hard forks github.com/jlaffaye/ftp into github.com/rclone/ftp so we
can remove the `replace` directive from the go.mod file.

Fixes #5810
2022-03-07 09:55:49 +00:00
..
ftp_internal_test.go backend/ftp: increase testUploadTimeout.maxTime to 10 seconds 2021-11-05 18:27:44 +03:00
ftp_test.go ftp: enable CI for ProFtpd, PureFtpd, VsFtpd 2021-10-01 10:09:57 +03:00
ftp.go ftp: hard fork github.com/jlaffaye/ftp to fix go get 2022-03-07 09:55:49 +00:00