mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 15:45:12 -04:00
50 lines
563 B
Plaintext
50 lines
563 B
Plaintext
<info>
|
|
<keywords>
|
|
FTP
|
|
EPSV
|
|
RETR
|
|
</keywords>
|
|
</info>
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
<data>
|
|
hepp
|
|
</data>
|
|
<servercmd>
|
|
REPLY TYPE 226 Kind of on the positive side!
|
|
</servercmd>
|
|
</reply>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
ftp
|
|
</server>
|
|
<name>
|
|
FTP RETR with 226 response code to TYPE
|
|
</name>
|
|
<command>
|
|
ftp://%HOSTIP:%FTPPORT/261
|
|
</command>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<strip>
|
|
filter off really nothing
|
|
</strip>
|
|
<protocol>
|
|
USER anonymous
|
|
PASS curl_by_daniel@haxx.se
|
|
PWD
|
|
EPSV
|
|
TYPE I
|
|
SIZE 261
|
|
RETR 261
|
|
QUIT
|
|
</protocol>
|
|
</verify>
|