aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test105
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/test105
parentd09b43693777178fa8545d64530b2b60f05b053a (diff)
adjusted to new FTP commands in the command sequence
Diffstat (limited to 'tests/data/test105')
-rw-r--r--tests/data/test1056
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/data/test105 b/tests/data/test105
index 3cecc296c..3ae69d4e5 100644
--- a/tests/data/test105
+++ b/tests/data/test105
@@ -18,6 +18,10 @@ FTP user+password in URL and ASCII transfer
<command>
ftp://userdude:passfellow@%HOSTIP:%FTPPORT/103 --use-ascii
</command>
+<file name="log/ftpserver.cmd">
+REPLY EPSV 500 no such command
+REPLY SIZE 500 no such command
+</file>
</test>
# Verify data after the test has been "shot"
@@ -26,8 +30,10 @@ ftp://userdude:passfellow@%HOSTIP:%FTPPORT/103 --use-ascii
USER userdude
PASS passfellow
PWD
+EPSV
PASV
TYPE A
+SIZE 103
RETR 103
</protocol>
</verify>