2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2007-12-08 17:56:17 -05:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
FTP
|
|
|
|
RETR
|
2008-02-08 21:08:34 -05:00
|
|
|
persistent connection
|
2007-12-08 17:56:17 -05:00
|
|
|
</keywords>
|
|
|
|
</info>
|
2008-02-08 21:08:34 -05:00
|
|
|
|
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>
|
2008-02-08 21:08:34 -05:00
|
|
|
persistent FTP with different paths
|
2003-08-05 08:59:23 -04:00
|
|
|
</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>
|
2007-09-17 17:44:57 -04:00
|
|
|
# Strip all valid kinds of PORT and EPRT that curl can send
|
2003-08-05 08:59:23 -04:00
|
|
|
<strip>
|
2007-09-17 17: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-08-05 08:59:23 -04:00
|
|
|
</strip>
|
|
|
|
<protocol>
|
|
|
|
USER anonymous
|
2007-02-13 17:50:16 -05:00
|
|
|
PASS ftp@example.com
|
2003-08-05 08:59:23 -04:00
|
|
|
PWD
|
|
|
|
CWD first
|
|
|
|
CWD dir
|
|
|
|
CWD here
|
|
|
|
EPSV
|
|
|
|
TYPE I
|
|
|
|
SIZE 146
|
|
|
|
RETR 146
|
2010-05-12 09:33:22 -04:00
|
|
|
CWD /
|
2003-08-05 08:59:23 -04:00
|
|
|
EPSV
|
|
|
|
SIZE 146
|
|
|
|
RETR 146
|
2004-02-27 02:08:37 -05:00
|
|
|
QUIT
|
2003-08-05 08:59:23 -04:00
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|