2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2003-08-19 19:36:22 -04:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
ftp
|
|
|
|
</server>
|
|
|
|
<name>
|
|
|
|
FTP with multiple uploads
|
|
|
|
</name>
|
|
|
|
<command>
|
2009-12-24 07:04:33 -05:00
|
|
|
-T log/upload149 ftp://%HOSTIP:%FTPPORT/dir1/149 -T log/upload149 ftp://%HOSTIP:%FTPPORT/dir2/149
|
2003-08-19 19:36:22 -04:00
|
|
|
</command>
|
2009-12-24 07:04:33 -05:00
|
|
|
<file name="log/upload149">
|
2003-08-19 19:36:22 -04:00
|
|
|
send away this contents
|
|
|
|
</file>
|
|
|
|
</client>
|
|
|
|
|
|
|
|
# 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-19 19:36:22 -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-19 19:36:22 -04:00
|
|
|
</strip>
|
|
|
|
<protocol>
|
|
|
|
USER anonymous
|
2007-02-13 17:50:16 -05:00
|
|
|
PASS ftp@example.com
|
2003-08-19 19:36:22 -04:00
|
|
|
PWD
|
|
|
|
CWD dir1
|
|
|
|
EPSV
|
|
|
|
TYPE I
|
2009-12-24 07:04:33 -05:00
|
|
|
STOR 149
|
2003-08-19 19:36:22 -04:00
|
|
|
CWD /nowhere/anywhere
|
|
|
|
CWD dir2
|
|
|
|
EPSV
|
2009-12-24 07:04:33 -05:00
|
|
|
STOR 149
|
2004-02-27 02:08:37 -05:00
|
|
|
QUIT
|
2003-08-19 19:36:22 -04:00
|
|
|
</protocol>
|
2009-12-24 07:04:33 -05:00
|
|
|
<file name="log/upload149">
|
2003-08-19 19:37:40 -04:00
|
|
|
send away this contents
|
|
|
|
</file>
|
2003-08-19 19:36:22 -04:00
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|