lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | <testcase> |
2 | <info> | ||||
3 | <keywords> | ||||
4 | FTP | ||||
5 | EPSV | ||||
6 | Resume | ||||
7 | FAILURE | ||||
8 | </keywords> | ||||
9 | </info> | ||||
10 | # Server-side | ||||
11 | <reply> | ||||
12 | <size> | ||||
13 | 85 | ||||
14 | </size> | ||||
15 | </reply> | ||||
16 | |||||
17 | # Client-side | ||||
18 | <client> | ||||
19 | <server> | ||||
20 | ftp | ||||
21 | </server> | ||||
22 | <name> | ||||
23 | FTP download resume beyond file size | ||||
24 | </name> | ||||
25 | <command> | ||||
26 | ftp://%HOSTIP:%FTPPORT/111 -C 2000 | ||||
27 | </command> | ||||
28 | </client> | ||||
29 | |||||
30 | # Verify data after the test has been "shot" | ||||
31 | <verify> | ||||
32 | <errorcode> | ||||
33 | 36 | ||||
34 | </errorcode> | ||||
35 | <protocol> | ||||
36 | USER anonymous | ||||
37 | PASS ftp@example.com | ||||
38 | PWD | ||||
39 | EPSV | ||||
40 | TYPE I | ||||
41 | SIZE 111 | ||||
42 | QUIT | ||||
43 | </protocol> | ||||
44 | </verify> | ||||
45 | </testcase> |