2003-08-05 08:59:23 -04:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
|
|
|
this is file contents
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
ftp
|
|
|
|
</server>
|
|
|
|
<name>
|
|
|
|
persistant FTP with different paths
|
|
|
|
</name>
|
|
|
|
<command>
|
|
|
|
ftp://%HOSTIP:%FTPPORT/first/dir/here/146 ftp://%HOSTIP:%FTPPORT/146
|
|
|
|
</command>
|
2005-01-25 16:45:03 -05:00
|
|
|
</client>
|
2003-08-05 08:59:23 -04:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
# 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
|
|
|
|
CWD first
|
|
|
|
CWD dir
|
|
|
|
CWD here
|
|
|
|
EPSV
|
|
|
|
TYPE I
|
|
|
|
SIZE 146
|
|
|
|
RETR 146
|
|
|
|
CWD /nowhere/anywhere
|
|
|
|
EPSV
|
|
|
|
TYPE I
|
|
|
|
SIZE 146
|
|
|
|
RETR 146
|
2004-02-27 02:08:37 -05:00
|
|
|
QUIT
|
2003-08-05 08:59:23 -04:00
|
|
|
</protocol>
|
|
|
|
</verify>
|