blob: 18e039e4fbb1a4535e2449eabf39bffef5a3b6e1 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001<testcase>
2<info>
3<keywords>
4FTP
5RETR
6--max-filesize
7</keywords>
8</info>
9# Server-side
10<reply>
11<data>
12data
13 to
14 see
15that FTP
16works
17 so does it?
18</data>
19</reply>
20
21# Client-side
22<client>
23<server>
24ftp
25</server>
26 <name>
27FTP download maximum filesize not exceeded
28 </name>
29 <command>
30ftp://%HOSTIP:%FTPPORT/291 --max-filesize 100
31</command>
32</client>
33
34# Verify data after the test has been "shot"
35<verify>
36<protocol>
37USER anonymous
38PASS ftp@example.com
39PWD
40EPSV
41TYPE I
42SIZE 291
43RETR 291
44QUIT
45</protocol>
46</verify>
47</testcase>