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