blob: 4e94f88eb69b9825b26ea6d337f3eebf55b9a756 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4FTP
5PASV
6RETR
7multi
8</keywords>
9</info>
10
11# Server-side
12<reply>
13<data>
14</data>
15
16<servercmd>
17REPLY RETR 550 the file doesn't exist
18REPLY SIZE 500 Can't check for file existence
19</servercmd>
20</reply>
21
22# Client-side
23<client>
24<server>
25ftp
26</server>
27<tool>
28lib%TESTNUMBER
29</tool>
30 <name>
31FTP RETR a non-existing file twice using the multi interface
32 </name>
33 <command>
34ftp://%HOSTIP:%FTPPORT/path/%TESTNUMBER ftp://%HOSTIP:%FTPPORT/path/%TESTNUMBER
35</command>
36</client>
37
38# Verify data after the test has been "shot"
39<verify>
40<protocol>
41USER anonymous
42PASS ftp@example.com
43PWD
44CWD path
45EPSV
46TYPE I
47SIZE %TESTNUMBER
48RETR %TESTNUMBER
49EPSV
50SIZE %TESTNUMBER
51RETR %TESTNUMBER
52QUIT
53</protocol>
54</verify>
55</testcase>