1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/data/test401

34 lines
462 B
Plaintext
Raw Normal View History

2001-11-02 18:09:02 -05:00
# Server-side
<reply>
moooooooo
</reply>
# Client-side
<client>
<server>
ftps
</server>
2001-11-02 18:09:02 -05:00
<name>
FTPS download with strict timeout and slow CWD
</name>
<command>
-k ftps://%HOSTIP:%FTPSPORT/path/to/file/401 -m 4
2001-11-02 18:09:02 -05:00
</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>