mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:53:34 +03:00
adjusted to new FTP commands in the command sequence
This commit is contained in:
parent
d09b436937
commit
cabb46db3d
18 changed files with 44 additions and 7 deletions
|
|
@ -12,6 +12,7 @@ ftp://%HOSTIP:%FTPPORT/115
|
|||
</command>
|
||||
<file name="log/ftpserver.cmd">
|
||||
REPLY PASV 314 bluah you f00l!
|
||||
REPLY EPSV 314 bluah you f00l!
|
||||
</file>
|
||||
</test>
|
||||
|
||||
|
|
@ -24,6 +25,7 @@ REPLY PASV 314 bluah you f00l!
|
|||
USER anonymous
|
||||
PASS curl_by_daniel@haxx.se
|
||||
PWD
|
||||
EPSV
|
||||
PASV
|
||||
</protocol>
|
||||
</verify>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue