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