diff options
Diffstat (limited to 'tests/data/test711')
-rw-r--r-- | tests/data/test711 | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/tests/data/test711 b/tests/data/test711 new file mode 100644 index 000000000..7be1f3cb5 --- /dev/null +++ b/tests/data/test711 @@ -0,0 +1,52 @@ +<testcase> +#based off test 707 after bug report #1218 +<info> +<keywords> +FTP +PASV +RETR +SOCKS5 +all_proxy +</keywords> +</info> +# +# Server-side +<reply> +<data> +silly content +</data> +</reply> + +# +# Client-side +<client> +<server> +ftp +socks5 +</server> +<setenv> +all_proxy=socks5://%HOSTIP:%SOCKSPORT +</setenv> + <name> +FTP fetch with all_proxy set to socks5 + </name> + <command> +ftp://%HOSTIP:%FTPPORT/711 +</command> +</client> + +# +# Verify data after the test has been "shot" +<verify> +<protocol> +USER anonymous
+PASS ftp@example.com
+PWD
+EPSV
+TYPE I
+SIZE 711
+RETR 711
+QUIT
+</protocol> +</verify> +</testcase> |