summaryrefslogtreecommitdiff
path: root/tests/data/test120
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/test120
parentd09b43693777178fa8545d64530b2b60f05b053a (diff)
downloadcurl-cabb46db3ddfa9ed609cc805618401ac0ec3a918.tar.gz
adjusted to new FTP commands in the command sequence
Diffstat (limited to 'tests/data/test120')
-rw-r--r--tests/data/test1205
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/data/test120 b/tests/data/test120
index 095d03bd1..bb97eff4a 100644
--- a/tests/data/test120
+++ b/tests/data/test120
@@ -18,6 +18,9 @@ ftp download with post-quote delete operation
<command>
ftp://%HOSTIP:%FTPPORT/120 -Q "-DELE file"
</command>
+<file name="log/ftpserver.cmd">
+REPLY EPSV 314 bluah you f00l!
+</file>
</test>
# Verify data after the test has been "shot"
@@ -26,8 +29,10 @@ ftp://%HOSTIP:%FTPPORT/120 -Q "-DELE file"
USER anonymous
PASS curl_by_daniel@haxx.se
PWD
+EPSV
PASV
TYPE I
+SIZE 120
RETR 120
DELE file
</protocol>