2007-01-23 05:25:56 +03:00
|
|
|
<testcase>
|
2003-05-23 15:10:35 +04:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
2007-04-19 00:22:01 +04:00
|
|
|
<servercmd>
|
|
|
|
REPLY NLST 550 Have a taste on this!
|
|
|
|
</servercmd>
|
2003-05-23 15:10:35 +04:00
|
|
|
<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>
|
2005-01-26 00:45:03 +03:00
|
|
|
</client>
|
2003-05-23 15:10:35 +04:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<errorcode>
|
|
|
|
19
|
|
|
|
</errorcode>
|
2007-09-18 01:44:57 +04:00
|
|
|
# Strip all valid kinds of PORT and EPRT that curl can send
|
2003-05-23 15:10:35 +04:00
|
|
|
<strip>
|
2007-09-18 01:44:57 +04:00
|
|
|
^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}
|
|
|
|
^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
|
2003-05-23 15:10:35 +04:00
|
|
|
</strip>
|
|
|
|
<protocol>
|
|
|
|
USER anonymous
|
2007-02-14 01:50:16 +03:00
|
|
|
PASS ftp@example.com
|
2003-05-23 15:10:35 +04:00
|
|
|
PWD
|
|
|
|
PORT 127,0,0,1,243,212
|
|
|
|
TYPE A
|
|
|
|
NLST
|
2004-02-27 10:08:37 +03:00
|
|
|
QUIT
|
2003-05-23 15:10:35 +04:00
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-23 05:25:56 +03:00
|
|
|
</testcase>
|