curl/tests/data/test148

43 lines
746 B
Plaintext
Raw Normal View History

<testcase>
2003-08-08 06:32:08 -04:00
# Server-side
<reply>
<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>
# Strip all valid kinds of PORT and EPRT that curl can send
2003-08-08 06:32:08 -04:00
<strip>
^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
PASS ftp@example.com
2003-08-08 06:32:08 -04:00
PWD
CWD attempt
MKD attempt
QUIT
2003-08-08 06:32:08 -04:00
</protocol>
</verify>
</testcase>