blob: ab04953c508ee0c3a656e4318c080a74a7ff8e62 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4FTP
5RETR
6-z
7</keywords>
8</info>
9# Server-side
10<reply>
11<data>
12this is file contents
13</data>
14<mdtm>
15213 20030409102659
16</mdtm>
17</reply>
18
19# Client-side
20<client>
21<server>
22ftp
23</server>
24 <name>
25FTP download a newer file with -z
26 </name>
27 <command>
28ftp://%HOSTIP:%FTPPORT/blalbla/%TESTNUMBER -z "1 jan 1989"
29</command>
30</client>
31
32# Verify data after the test has been "shot"
33<verify>
34<protocol>
35USER anonymous
36PASS ftp@example.com
37PWD
38CWD blalbla
39MDTM %TESTNUMBER
40EPSV
41TYPE I
42SIZE %TESTNUMBER
43RETR %TESTNUMBER
44QUIT
45</protocol>
46</verify>
47</testcase>