blob: 9d9263a5677ee4a53dc4f36f9d9bfedd306a7b72 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4FTP
5RETR
6multi
7LIST
8</keywords>
9</info>
10
11# Server-side
12<reply>
13<data>
14</data>
15<servercmd>
16DELAY LIST 2
17DELAY TYPE 2
18</servercmd>
19</reply>
20
21# Client-side
22<client>
23<server>
24ftp
25</server>
26<tool>
27lib%TESTNUMBER
28</tool>
29<killserver>
30ftp
31</killserver>
32 <name>
33FTP with multi interface and slow LIST response
34 </name>
35 <command>
36ftp://%HOSTIP:%FTPPORT/%TESTNUMBER/
37</command>
38</client>
39# Verify data after the test has been "shot"
40<verify>
41<errorcode>
420
43</errorcode>
44<protocol>
45USER anonymous
46PASS ftp@example.com
47PWD
48CWD %TESTNUMBER
49EPSV
50TYPE A
51LIST
52QUIT
53</protocol>
54
55</verify>
56</testcase>