From ed998270aa54a9f51f8d766936bb0338da2ec639 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Tue, 8 May 2007 22:14:30 +0000 Subject: Added FTPS test cases 406 and 407 --- tests/data/test407 | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 tests/data/test407 (limited to 'tests/data/test407') diff --git a/tests/data/test407 b/tests/data/test407 new file mode 100644 index 000000000..8c14fa846 --- /dev/null +++ b/tests/data/test407 @@ -0,0 +1,59 @@ + + + +FTPS +PASV +RETR + + + +# Server-side + + +data blobb + + +# data is sent to stdout + + +# Client-side + + +SSL + + +ftps + + +Get two FTPS files from the same remote dir: no second CWD + + +-k --ftp-ssl-control ftps://%HOSTIP:%FTPSPORT/a/path/407 ftps://%HOSTIP:%FTPSPORT/a/path/407 + + +data blobb +data blobb + + + +# Verify data after the test has been "shot" + + +USER anonymous +PASS ftp@example.com +PBSZ 0 +PROT C +PWD +CWD a +CWD path +EPSV +TYPE I +SIZE 407 +RETR 407 +EPSV +SIZE 407 +RETR 407 +QUIT + + + -- cgit v1.2.3