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