mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 15:45:12 -04:00
1d3f76df71
we won't try to QUIT the control connection and risk "hanging" waiting for a response. Test case 161 verifies this. The quit-sending function was also made static.
40 lines
449 B
Plaintext
40 lines
449 B
Plaintext
# Server-side
|
|
<reply>
|
|
<data>
|
|
1oooooooooooooooooooooooooooooooooooooooooo2
|
|
</data>
|
|
<size>
|
|
10928
|
|
</size>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
ftp
|
|
</server>
|
|
<name>
|
|
FTP RETR PASV
|
|
</name>
|
|
<command>
|
|
ftp://%HOSTIP:%FTPPORT/161
|
|
</command>
|
|
</test>
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<protocol>
|
|
USER anonymous
|
|
PASS curl_by_daniel@haxx.se
|
|
PWD
|
|
EPSV
|
|
TYPE I
|
|
SIZE 161
|
|
RETR 161
|
|
</protocol>
|
|
<errorcode>
|
|
18
|
|
</errrorcode>
|
|
</verify>
|