summaryrefslogtreecommitdiff
path: root/tests/data/test124
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-11-28 13:45:50 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-11-28 13:45:50 +0000
commitcabb46db3ddfa9ed609cc805618401ac0ec3a918 (patch)
treee9bbfe5f18fe8d0755323697efd3fb637e16f9e9 /tests/data/test124
parentd09b43693777178fa8545d64530b2b60f05b053a (diff)
downloadcurl-cabb46db3ddfa9ed609cc805618401ac0ec3a918.tar.gz
adjusted to new FTP commands in the command sequence
Diffstat (limited to 'tests/data/test124')
-rw-r--r--tests/data/test1243
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/data/test124 b/tests/data/test124
index 106291fd4..6ae97b780 100644
--- a/tests/data/test124
+++ b/tests/data/test124
@@ -15,6 +15,7 @@ ftp://%HOSTIP:%FTPPORT/124
</command>
<file name="log/ftpserver.cmd">
REPLY PWD 314 bluah you f00l!
+REPLY EPSV 314 bluah you f00l!
</file>
</test>
@@ -24,8 +25,10 @@ REPLY PWD 314 bluah you f00l!
USER anonymous
PASS curl_by_daniel@haxx.se
PWD
+EPSV
PASV
TYPE I
+SIZE 124
RETR 124
</protocol>
</verify>