tizen 2.3.1 release
[external/curl.git] / tests / data / test1501
1 <testcase>
2 <info>
3 <keywords>
4 FTP
5 RETR
6 multi
7 LIST
8 </keywords>
9 </info>
10
11 # Server-side
12 <reply>
13 <data>
14 </data>
15 <servercmd>
16 DELAY LIST 2
17 DELAY TYPE 2
18 </servercmd>
19 </reply>
20
21 # Client-side
22 <client>
23 <server>
24 ftp
25 </server>
26 <tool>
27 lib1501
28 </tool>
29  <name>
30 FTP with multi interface and slow LIST response 
31  </name>
32  <command>
33 ftp://%HOSTIP:%FTPPORT/1501/
34 </command>
35 </client>
36 # Verify data after the test has been "shot"
37 <verify>
38 <errorcode>
39 0
40 </errorcode>
41 <protocol>
42 USER anonymous\r
43 PASS ftp@example.com\r
44 PWD\r
45 CWD 1501\r
46 EPSV\r
47 TYPE A\r
48 LIST\r
49 QUIT\r
50 </protocol>
51
52 </verify>
53 </testcase>