diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-11-28 13:45:50 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-11-28 13:45:50 +0000 |
commit | cabb46db3ddfa9ed609cc805618401ac0ec3a918 (patch) | |
tree | e9bbfe5f18fe8d0755323697efd3fb637e16f9e9 /tests/data/test110 | |
parent | d09b43693777178fa8545d64530b2b60f05b053a (diff) | |
download | curl-cabb46db3ddfa9ed609cc805618401ac0ec3a918.tar.gz |
adjusted to new FTP commands in the command sequence
Diffstat (limited to 'tests/data/test110')
-rw-r--r-- | tests/data/test110 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/data/test110 b/tests/data/test110 index ce0df48d3..310517468 100644 --- a/tests/data/test110 +++ b/tests/data/test110 @@ -17,6 +17,9 @@ FTP download resume with set limit <command> ftp://%HOSTIP:%FTPPORT/110 -C 20 </command> +<file name="log/ftpserver.cmd"> +REPLY EPSV 500 no such command +</file> </test> # Verify data after the test has been "shot" @@ -27,6 +30,7 @@ ftp://%HOSTIP:%FTPPORT/110 -C 20 USER anonymous
PASS curl_by_daniel@haxx.se
PWD
+EPSV
PASV
TYPE I
SIZE 110
|