2001-06-12 05:12:59 -04:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
|
|
|
data
|
|
|
|
to
|
|
|
|
see
|
|
|
|
that FTP
|
|
|
|
works
|
|
|
|
so does it?
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
2003-04-30 16:25:39 -04:00
|
|
|
<server>
|
|
|
|
ftp
|
|
|
|
</server>
|
2001-06-12 05:12:59 -04:00
|
|
|
<name>
|
|
|
|
FTP RETR PORT with CWD
|
|
|
|
</name>
|
|
|
|
<command>
|
|
|
|
ftp://%HOSTIP:%FTPPORT/a/path/103 -P -
|
|
|
|
</command>
|
|
|
|
</test>
|
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<strip>
|
|
|
|
^PORT .*
|
2001-06-27 18:04:00 -04:00
|
|
|
^EPRT.*
|
|
|
|
^LPRT.*
|
2001-06-12 05:12:59 -04:00
|
|
|
</strip>
|
|
|
|
<protocol>
|
|
|
|
USER anonymous
|
|
|
|
PASS curl_by_daniel@haxx.se
|
|
|
|
PWD
|
2003-04-30 13:16:25 -04:00
|
|
|
CWD a
|
|
|
|
CWD path
|
2001-06-12 05:12:59 -04:00
|
|
|
PORT 127,0,0,1,246,33
|
|
|
|
TYPE I
|
2001-11-28 08:45:50 -05:00
|
|
|
SIZE 103
|
2001-06-12 05:12:59 -04:00
|
|
|
RETR 103
|
2004-02-27 02:08:37 -05:00
|
|
|
QUIT
|
2001-06-12 05:12:59 -04:00
|
|
|
</protocol>
|
|
|
|
</verify>
|