diff --git a/docs/content/ftp.md b/docs/content/ftp.md index 70c4f4ad6..64a0bedd5 100644 --- a/docs/content/ftp.md +++ b/docs/content/ftp.md @@ -319,3 +319,7 @@ Not all FTP servers can have all characters in file names, for example: | --------- |:--------------------:| | proftpd | `*` | | pureftpd | `\ [ ]` | + +This backend's interactive configuration wizard provides a selection of +sensible encoding settings for major FTP servers: ProFTPd, PureFTPd, VsFTPd. +Just hit a selection number when prompted. diff --git a/fstest/test_all/config.yaml b/fstest/test_all/config.yaml index 0e618078b..e24ad56b2 100644 --- a/fstest/test_all/config.yaml +++ b/fstest/test_all/config.yaml @@ -213,18 +213,12 @@ backends: fastlist: false - backend: "ftp" remote: "TestFTPProftpd:" - ignore: - - TestIntegration/FsMkdir/FsEncoding/punctuation fastlist: false - # - backend: "ftp" - # remote: "TestFTPVsftpd:" - # ignore: - # - TestIntegration/FsMkdir/FsEncoding/punctuation - # fastlist: false - backend: "ftp" remote: "TestFTPPureftpd:" - ignore: - - TestIntegration/FsMkdir/FsEncoding/punctuation + fastlist: false + - backend: "ftp" + remote: "TestFTPVsftpd:" fastlist: false - backend: "ftp" remote: "TestFTPRclone:"