curl/tests/data/test190

37 lines
486 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/126 -m 3
</command>
<file name="log/ftpserver.cmd">
DELAY CWD 15
</file>
</test>
# Verify data after the test has been "shot"
<verify>
<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>