2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2006-09-21 16:52:20 -04:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
FTP
|
|
|
|
PORT
|
|
|
|
STOR
|
2008-08-26 16:21:59 -04:00
|
|
|
multi
|
2006-09-21 16:52:20 -04:00
|
|
|
</keywords>
|
|
|
|
</info>
|
2008-08-26 16:21:59 -04:00
|
|
|
|
2006-09-21 16:52:20 -04:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
|
|
|
</data>
|
|
|
|
<servercmd>
|
|
|
|
REPLY STOR 425 Permission Denied. File Exists.
|
|
|
|
</servercmd>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
ftp
|
|
|
|
</server>
|
|
|
|
<tool>
|
|
|
|
lib525
|
|
|
|
</tool>
|
|
|
|
<name>
|
|
|
|
FTP PORT upload using multi interface and get 425 response
|
|
|
|
</name>
|
|
|
|
<command>
|
|
|
|
ftp://%HOSTIP:%FTPPORT/path/531 log/upload531
|
|
|
|
</command>
|
|
|
|
<file name="log/upload531">
|
|
|
|
Moooooooooooo
|
|
|
|
don't upload this
|
|
|
|
</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
|
2006-09-21 16:52:20 -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}\|
|
2006-09-21 16:52:20 -04:00
|
|
|
</strip>
|
|
|
|
<protocol>
|
|
|
|
USER anonymous
|
2007-02-13 17:50:16 -05:00
|
|
|
PASS ftp@example.com
|
2006-09-21 16:52:20 -04:00
|
|
|
PWD
|
|
|
|
CWD path
|
|
|
|
PORT 127,0,0,1,5,109
|
|
|
|
TYPE I
|
|
|
|
STOR 531
|
|
|
|
QUIT
|
|
|
|
</protocol>
|
|
|
|
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|