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