2001-11-02 18:09:02 -05:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
moooooooo
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
2003-04-30 16:25:39 -04:00
|
|
|
<server>
|
|
|
|
ftp
|
|
|
|
</server>
|
2004-02-26 17:40:33 -05:00
|
|
|
<killserver>
|
|
|
|
ftp
|
|
|
|
</killserver>
|
2001-11-02 18:09:02 -05:00
|
|
|
<name>
|
|
|
|
FTP download with strict timeout and slow CWD
|
|
|
|
</name>
|
|
|
|
<command>
|
2005-02-09 08:06:40 -05:00
|
|
|
ftp://%HOSTIP:%FTPPORT/path/to/file/190 -m 3
|
2001-11-02 18:09:02 -05:00
|
|
|
</command>
|
|
|
|
<file name="log/ftpserver.cmd">
|
|
|
|
DELAY CWD 15
|
|
|
|
</file>
|
2005-01-25 16:45:03 -05:00
|
|
|
</client>
|
2001-11-02 18:09:02 -05:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
2005-02-09 08:06:40 -05:00
|
|
|
# 28 is CURLE_OPERATION_TIMEOUTED
|
2001-11-02 18:09:02 -05:00
|
|
|
<errorcode>
|
|
|
|
28
|
|
|
|
</errorcode>
|
|
|
|
<protocol>
|
|
|
|
USER anonymous
|
|
|
|
PASS curl_by_daniel@haxx.se
|
|
|
|
PWD
|
2003-04-30 13:16:25 -04:00
|
|
|
CWD path
|
2001-11-02 18:09:02 -05:00
|
|
|
</protocol>
|
|
|
|
</verify>
|