curl/tests/data/test190

39 lines
520 B
Plaintext
Raw Normal View History

<testcase>
2001-11-02 18:09:02 -05:00
# Server-side
<reply>
<servercmd>
DELAY CWD 60
</servercmd>
2001-11-02 18:09:02 -05:00
</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 %FTPTIME2
2001-11-02 18:09:02 -05:00
</command>
</client>
2001-11-02 18:09:02 -05:00
# Verify data after the test has been "shot"
<verify>
# 28 is CURLE_OPERATION_TIMEDOUT
2001-11-02 18:09:02 -05:00
<errorcode>
28
</errorcode>
<protocol>
USER anonymous
PASS ftp@example.com
2001-11-02 18:09:02 -05:00
PWD
2003-04-30 13:16:25 -04:00
CWD path
2001-11-02 18:09:02 -05:00
</protocol>
</verify>
</testcase>