2007-01-23 10:25:56 +08:00
|
|
|
<testcase>
|
2003-08-20 07:36:22 +08:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
ftp
|
|
|
|
</server>
|
|
|
|
<name>
|
|
|
|
FTP with multiple uploads
|
|
|
|
</name>
|
|
|
|
<command>
|
2009-12-24 20:04:33 +08:00
|
|
|
-T log/upload149 ftp://%HOSTIP:%FTPPORT/dir1/149 -T log/upload149 ftp://%HOSTIP:%FTPPORT/dir2/149
|
2003-08-20 07:36:22 +08:00
|
|
|
</command>
|
2009-12-24 20:04:33 +08:00
|
|
|
<file name="log/upload149">
|
2003-08-20 07:36:22 +08:00
|
|
|
send away this contents
|
|
|
|
</file>
|
|
|
|
</client>
|
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
2007-09-18 05:44:57 +08:00
|
|
|
# Strip all valid kinds of PORT and EPRT that curl can send
|
2003-08-20 07:36:22 +08:00
|
|
|
<strip>
|
2007-09-18 05:44:57 +08: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-20 07:36:22 +08:00
|
|
|
</strip>
|
|
|
|
<protocol>
|
|
|
|
USER anonymous
|
2007-02-14 06:50:16 +08:00
|
|
|
PASS ftp@example.com
|
2003-08-20 07:36:22 +08:00
|
|
|
PWD
|
|
|
|
CWD dir1
|
|
|
|
EPSV
|
|
|
|
TYPE I
|
2009-12-24 20:04:33 +08:00
|
|
|
STOR 149
|
2010-05-12 21:33:22 +08:00
|
|
|
CWD /
|
2003-08-20 07:36:22 +08:00
|
|
|
CWD dir2
|
|
|
|
EPSV
|
2009-12-24 20:04:33 +08:00
|
|
|
STOR 149
|
2004-02-27 15:08:37 +08:00
|
|
|
QUIT
|
2003-08-20 07:36:22 +08:00
|
|
|
</protocol>
|
2009-12-24 20:04:33 +08:00
|
|
|
<file name="log/upload149">
|
2003-08-20 07:37:40 +08:00
|
|
|
send away this contents
|
|
|
|
</file>
|
2003-08-20 07:36:22 +08:00
|
|
|
</verify>
|
2007-01-23 10:25:56 +08:00
|
|
|
</testcase>
|