ftp: update encoding in integration tests with ProFtpd, PureFtpd, VsFtpd

PR #5589 established recommended encodings to use with major FTP servers.
This patch updates integration tests correspondingly.
This commit is contained in:
Ivan Andreev 2021-10-03 18:15:45 +03:00
parent cace18d89a
commit 15a9816512
2 changed files with 7 additions and 9 deletions

View File

@ -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.

View File

@ -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:"