aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test121
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/test121
parentd09b43693777178fa8545d64530b2b60f05b053a (diff)
adjusted to new FTP commands in the command sequence
Diffstat (limited to 'tests/data/test121')
-rw-r--r--tests/data/test1213
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/data/test121 b/tests/data/test121
index 3ac985c6a..c94b6262f 100644
--- a/tests/data/test121
+++ b/tests/data/test121
@@ -27,8 +27,9 @@ USER anonymous
PASS curl_by_daniel@haxx.se
PWD
DELE before_transfer
-PASV
+EPSV
TYPE I
+SIZE 121
RETR 121
DELE after_transfer
</protocol>