From c26320d94fbd5f5a28eb0427ad8f28733994a3ba Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 29 Mar 2007 22:50:23 +0000 Subject: Added ftps upload test 401 --- tests/data/test401 | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 tests/data/test401 (limited to 'tests/data/test401') diff --git a/tests/data/test401 b/tests/data/test401 new file mode 100644 index 000000000..cb01c1c2c --- /dev/null +++ b/tests/data/test401 @@ -0,0 +1,56 @@ + + + +FTPS +EPSV +STOR + + + +# Client-side + + +SSL + + +ftps + + +FTPS PASV upload file + + +data + to + see +that FTPS +works + so does it? + + +-k --ftp-ssl-control ftps://%HOSTIP:%FTPSPORT/401 -T log/test401.txt + + + +# Verify data after the test has been "shot" + + +data + to + see +that FTPS +works + so does it? + + +USER anonymous +PASS ftp@example.com +PBSZ 0 +PROT C +PWD +EPSV +TYPE I +STOR 401 +QUIT + + + -- cgit v1.2.3