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