adjusted to new FTP commands in the command sequence

This commit is contained in:
Daniel Stenberg 2001-11-28 13:45:50 +00:00
parent d09b436937
commit cabb46db3d
18 changed files with 44 additions and 7 deletions

View file

@ -15,6 +15,7 @@ ftp://%HOSTIP:%FTPPORT/124
</command>
<file name="log/ftpserver.cmd">
REPLY PWD 314 bluah you f00l!
REPLY EPSV 314 bluah you f00l!
</file>
</test>
@ -24,8 +25,10 @@ REPLY PWD 314 bluah you f00l!
USER anonymous
PASS curl_by_daniel@haxx.se
PWD
EPSV
PASV
TYPE I
SIZE 124
RETR 124
</protocol>
</verify>