2003-05-23 07:10:35 -04:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
ftp
|
|
|
|
</server>
|
|
|
|
<name>
|
|
|
|
FTP NLST dir list with weird reply code, using PORT
|
|
|
|
</name>
|
|
|
|
<command>
|
|
|
|
ftp://%HOSTIP:%FTPPORT/ -P - -l
|
|
|
|
</command>
|
|
|
|
<file name="log/ftpserver.cmd">
|
|
|
|
REPLY NLST 550 Have a taste on this!
|
|
|
|
</file>
|
2005-01-25 16:45:03 -05:00
|
|
|
</client>
|
2003-05-23 07:10:35 -04:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<errorcode>
|
|
|
|
19
|
|
|
|
</errorcode>
|
|
|
|
# strip all kinds of PORT, EPRT and LPRT curl can do
|
|
|
|
<strip>
|
|
|
|
^PORT 127,0,0,1,.*
|
|
|
|
^EPRT.*
|
|
|
|
^LPRT.*
|
|
|
|
</strip>
|
|
|
|
<protocol>
|
|
|
|
USER anonymous
|
|
|
|
PASS curl_by_daniel@haxx.se
|
|
|
|
PWD
|
|
|
|
PORT 127,0,0,1,243,212
|
|
|
|
TYPE A
|
|
|
|
NLST
|
2004-02-27 02:08:37 -05:00
|
|
|
QUIT
|
2003-05-23 07:10:35 -04:00
|
|
|
</protocol>
|
|
|
|
</verify>
|