1<testcase>
2# Server-side
3<reply>
4<servercmd>
5DELAY CWD 60
6</servercmd>
7</reply>
8
9# Client-side
10<client>
11<server>
12ftp
13</server>
14<killserver>
15ftp
16</killserver>
17 <name>
18FTP download with strict timeout and slow CWD
19 </name>
20 <command timeout="1">
21ftp://%HOSTIP:%FTPPORT/path/to/file/190 -m %FTPTIME2
22</command>
23</client>
24
25# Verify data after the test has been "shot"
26<verify>
27# 28 is CURLE_OPERATION_TIMEDOUT
28<errorcode>
2928
30</errorcode>
31<protocol>
32USER anonymous
33PASS ftp@example.com
34PWD
35CWD path
36</protocol>
37</verify>
38</testcase>
39