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/test117 | |
parent | d09b43693777178fa8545d64530b2b60f05b053a (diff) |
adjusted to new FTP commands in the command sequence
Diffstat (limited to 'tests/data/test117')
-rw-r--r-- | tests/data/test117 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/data/test117 b/tests/data/test117 index 617fc9149..edd5b7e09 100644 --- a/tests/data/test117 +++ b/tests/data/test117 @@ -11,6 +11,7 @@ FTP download, failed TYPE ftp://%HOSTIP:%FTPPORT/117 </command> <file name="log/ftpserver.cmd"> +REPLY EPSV 314 bluah you f00l! REPLY TYPE 314 bluah you f00l! </file> </test> @@ -24,6 +25,7 @@ REPLY TYPE 314 bluah you f00l! USER anonymous
PASS curl_by_daniel@haxx.se
PWD
+EPSV
PASV
TYPE I
</protocol> |