rclone/backend/ftp
Nick Craig-Wood fef8b98be2 ftp: fix listing of an empty root returning: error dir not found
Before this change if rclone listed an empty root directory then it
would return an error dir not found.

After this change we assume the root directory exists and don't
attempt to check it which was failing before.

See: https://forum.rclone.org/t/ftp-empty-directory-yields-directory-not-found-error/12069/
2019-09-28 18:01:12 +01:00
..
ftp_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
ftp.go ftp: fix listing of an empty root returning: error dir not found 2019-09-28 18:01:12 +01:00