xref: /curl/tests/data/test1501 (revision cd4aee15)
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<strip>
43QUIT
44</strip>
45<errorcode>
460
47</errorcode>
48<protocol>
49USER anonymous
50PASS ftp@example.com
51PWD
52CWD %TESTNUMBER
53EPSV
54TYPE A
55LIST
56QUIT
57</protocol>
58
59</verify>
60</testcase>
61