aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test102
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-11-28 13:07:49 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-11-28 13:07:49 +0000
commit10fdb1d743746294da4d23cbfd677e60d3d6f5d0 (patch)
treee1e99930dc0e5f3fffe443a862e0021cb2e1eef5 /tests/data/test102
parentf0d3fccd4baa8206cd993a4c248788aa09666a21 (diff)
EPSV and SIZE adjustments
Diffstat (limited to 'tests/data/test102')
-rw-r--r--tests/data/test1026
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/data/test102 b/tests/data/test102
index 138e57ca7..186732625 100644
--- a/tests/data/test102
+++ b/tests/data/test102
@@ -19,6 +19,10 @@ FTP RETR PASV
ftp://%HOSTIP:%FTPPORT/102
</command>
</test>
+<file name="log/ftpserver.cmd">
+REPLY EPSV 500 no such command
+</file>
+
# Verify data after the test has been "shot"
<verify>
@@ -26,8 +30,10 @@ ftp://%HOSTIP:%FTPPORT/102
USER anonymous
PASS curl_by_daniel@haxx.se
PWD
+EPSV
PASV
TYPE I
+SIZE 102
RETR 102
</protocol>
</verify>