curl/tests/data/test190

38 lines
522 B
Plaintext
Raw Normal View History

2001-11-02 18:09:02 -05:00
# Server-side
<reply>
moooooooo
</reply>
# Client-side
<client>
<server>
ftp
</server>
<killserver>
ftp
</killserver>
2001-11-02 18:09:02 -05:00
<name>
FTP download with strict timeout and slow CWD
</name>
<command>
ftp://%HOSTIP:%FTPPORT/path/to/file/190 -m 3
2001-11-02 18:09:02 -05:00
</command>
<file name="log/ftpserver.cmd">
DELAY CWD 15
</file>
</client>
2001-11-02 18:09:02 -05:00
# Verify data after the test has been "shot"
<verify>
# 28 is CURLE_OPERATION_TIMEOUTED
2001-11-02 18:09:02 -05:00
<errorcode>
28
</errorcode>
<protocol>
USER anonymous
PASS curl_by_daniel@haxx.se
PWD
2003-04-30 13:16:25 -04:00
CWD path
2001-11-02 18:09:02 -05:00
</protocol>
</verify>