mirror of
https://github.com/curl/curl.git
synced 2026-08-26 01:33:33 +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
|
|
@ -13,6 +13,9 @@ FTP download resume with whole file already downloaded
|
|||
<command>
|
||||
ftp://%HOSTIP:%FTPPORT/122 -C 5
|
||||
</command>
|
||||
<file name="log/ftpserver.cmd">
|
||||
REPLY EPSV 500 no such command
|
||||
</file>
|
||||
</test>
|
||||
|
||||
# Verify data after the test has been "shot"
|
||||
|
|
@ -21,6 +24,7 @@ ftp://%HOSTIP:%FTPPORT/122 -C 5
|
|||
USER anonymous
|
||||
PASS curl_by_daniel@haxx.se
|
||||
PWD
|
||||
EPSV
|
||||
PASV
|
||||
TYPE I
|
||||
SIZE 122
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue