Git init
[external/curl.git] / tests / data / test190
1 <testcase>
2 # Server-side
3 <reply>
4 <servercmd>
5 DELAY CWD 60
6 </servercmd>
7 </reply>
8
9 # Client-side
10 <client>
11 <server>
12 ftp
13 </server>
14 <killserver>
15 ftp
16 </killserver>
17  <name>
18 FTP download with strict timeout and slow CWD
19  </name>
20  <command timeout="1">
21 ftp://%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>
29 28
30 </errorcode>
31 <protocol>
32 USER anonymous\r
33 PASS ftp@example.com\r
34 PWD\r
35 CWD path\r
36 </protocol>
37 </verify>
38 </testcase>