mirror of
https://github.com/curl/curl.git
synced 2026-08-02 14:10:28 +03:00
EPSV and SIZE adjustments
This commit is contained in:
parent
f0d3fccd4b
commit
10fdb1d743
3 changed files with 41 additions and 6 deletions
|
|
@ -37,7 +37,7 @@ filter off really nothing
|
|||
USER anonymous
|
||||
PASS curl_by_daniel@haxx.se
|
||||
PWD
|
||||
PASV
|
||||
EPSV
|
||||
TYPE A
|
||||
LIST
|
||||
</protocol>
|
||||
|
|
|
|||
|
|
@ -19,6 +19,10 @@ FTP RETR PASV
|
|||
ftp://%HOSTIP:%FTPPORT/102
|
||||
</command>
|
||||
</test>
|
||||
<file name="log/ftpserver.cmd">
|
||||
REPLY EPSV 500 no such command
|
||||
</file>
|
||||
|
||||
|
||||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
|
|
@ -26,8 +30,10 @@ ftp://%HOSTIP:%FTPPORT/102
|
|||
USER anonymous
|
||||
PASS curl_by_daniel@haxx.se
|
||||
PWD
|
||||
EPSV
|
||||
PASV
|
||||
TYPE I
|
||||
SIZE 102
|
||||
RETR 102
|
||||
</protocol>
|
||||
</verify>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue