curl/tests/data/test190

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

2001-11-03 02:09:02 +03:00
# Server-side
<reply>
moooooooo
</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 3
2001-11-03 02:09:02 +03:00
</command>
<file name="log/ftpserver.cmd">
DELAY CWD 15
</file>
</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 curl_by_daniel@haxx.se
PWD
2003-04-30 21:16:25 +04:00
CWD path
2001-11-03 02:09:02 +03:00
</protocol>
</verify>