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/test408 | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 tests/data/test408 (limited to 'tests/data/test408') diff --git a/tests/data/test408 b/tests/data/test408 new file mode 100644 index 000000000..211d1fa04 --- /dev/null +++ b/tests/data/test408 @@ -0,0 +1,61 @@ + + + +FTPS +PORT +STOR + + +# Server-side + + + + + +# Client-side + + +SSL + + +ftps + + +FTPS PORT upload with CWD + + +-k --ftp-ssl-control ftps://%HOSTIP:%FTPSPORT/CWD/STOR/RETR/408 -T log/upload408 -P - + + +Moooooooooooo + upload this + + + +# Verify data after the test has been "shot" + + +^PORT .* +^EPRT .* +^LPRT .* + + +USER anonymous +PASS ftp@example.com +PBSZ 0 +PROT C +PWD +CWD CWD +CWD STOR +CWD RETR +PORT 127,0,0,1,5,109 +TYPE I +STOR 408 +QUIT + + +Moooooooooooo + upload this + + + -- cgit v1.2.1