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