curl/tests/data/test190

39 строки
521 B
Plaintext
Исходник Обычный вид История

<testcase>
2001-11-03 02:09:02 +03:00
# Server-side
<reply>
<servercmd>
DELAY CWD 60
</servercmd>
2001-11-03 02:09:02 +03:00
</reply>
# Client-side
<client>
<server>
ftp
</server>
<killserver>
ftp
</killserver>
2001-11-03 02:09:02 +03:00
<name>
FTP download with strict timeout and slow CWD
</name>
<command>
ftp://%HOSTIP:%FTPPORT/path/to/file/190 -m %FTPTIME2
2001-11-03 02:09:02 +03:00
</command>
</client>
2001-11-03 02:09:02 +03:00
# Verify data after the test has been "shot"
<verify>
# 28 is CURLE_OPERATION_TIMEOUTED
2001-11-03 02:09:02 +03:00
<errorcode>
28
</errorcode>
<protocol>
USER anonymous
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>
</testcase>