2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2003-08-08 06:32:08 -04:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
2007-04-18 16:22:01 -04:00
|
|
|
<servercmd>
|
|
|
|
REPLY CWD 550 I won't allow this on my server
|
|
|
|
REPLY MKD 550 We will have no such thing
|
|
|
|
</servercmd>
|
2003-08-08 06:32:08 -04:00
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
ftp
|
|
|
|
</server>
|
|
|
|
<name>
|
|
|
|
FTP with --ftp-create-dirs (failing MKD)
|
|
|
|
</name>
|
|
|
|
<command>
|
|
|
|
ftp://%HOSTIP:%FTPPORT/attempt/to/get/this/148 --ftp-create-dirs
|
|
|
|
</command>
|
|
|
|
</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-08 06:32:08 -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-08 06:32:08 -04:00
|
|
|
</strip>
|
|
|
|
<errorcode>
|
|
|
|
9
|
|
|
|
</errorcode>
|
|
|
|
<protocol>
|
|
|
|
USER anonymous
|
2007-02-13 17:50:16 -05:00
|
|
|
PASS ftp@example.com
|
2003-08-08 06:32:08 -04:00
|
|
|
PWD
|
|
|
|
CWD attempt
|
|
|
|
MKD attempt
|
2004-02-27 02:08:37 -05:00
|
|
|
QUIT
|
2003-08-08 06:32:08 -04:00
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|