From 15a98165124f6b7420f50bfdc05695ece5cb854e Mon Sep 17 00:00:00 2001 From: Ivan Andreev Date: Sun, 3 Oct 2021 18:15:45 +0300 Subject: [PATCH] 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. --- docs/content/ftp.md | 4 ++++ fstest/test_all/config.yaml | 12 +++--------- 2 files changed, 7 insertions(+), 9 deletions(-) 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:"