From dc9f154823a3f6a89b9aa5f7f0d520a39a3a0c2f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 31 Aug 2006 22:18:08 +0000 Subject: added missing test --- tests/data/test525 | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 tests/data/test525 (limited to 'tests/data/test525') diff --git a/tests/data/test525 b/tests/data/test525 new file mode 100644 index 000000000..d26490e7c --- /dev/null +++ b/tests/data/test525 @@ -0,0 +1,55 @@ + + +FTP +PORT +STOR + + +# Server-side + + + + + +# Client-side + + +ftp + + +lib525 + + +FTP PORT upload using multi interface + + +ftp://%HOSTIP:%FTPPORT/path/525 log/upload525 + + +Moooooooooooo + upload this + + + +# Verify data after the test has been "shot" + + +^PORT .* +^EPRT .* +^LPRT .* + + +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +CWD path +PORT 127,0,0,1,5,109 +TYPE I +STOR 525 +QUIT + + +Moooooooooooo + upload this + + -- cgit v1.2.3