diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index c4e1598c2c9b9af38e07ca8630037b911ba49e83..21345a565ac6d58bde5d43bac3ad5c89afa304b9 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -38,4 +38,4 @@ EXTRA_DIST = test1 test108 test117 test127 test20 test27 test34 test46 \ test530 DISABLED test278 test279 test531 test280 test529 test532 test533 \ test534 test535 test281 test537 test282 test283 test284 test538 test285 \ test286 test307 test308 test287 test400 test288 test600 test601 test602 \ - test603 test401 + test603 test401 test402 diff --git a/tests/data/test402 b/tests/data/test402 new file mode 100644 index 0000000000000000000000000000000000000000..b85822a9b0e9547b031bb111d996c6cacf29e02a --- /dev/null +++ b/tests/data/test402 @@ -0,0 +1,37 @@ +<testcase> +<info> +<keywords> +FTPS +FAILURE +</keywords> +</info> + +# Client-side +<client> +<features> +SSL +</features> +<server> +ftp +</server> + <name> +FTP SSL required on non-SSL server + </name> + <command> +-k --ftp-ssl-reqd ftp://%HOSTIP:%FTPPORT/402 +</command> +</client> + +# Verify data after the test has been "shot" +<verify> +<errorcode> +64 +</errorcode> +<strip> +</strip> +<protocol> +AUTH SSL +AUTH TLS +</protocol> +</verify> +</testcase>