xref: /curl/tests/data/test1262 (revision cd4aee15)
1<testcase>
2# similar to test 139 but with a reversed time condition
3<info>
4<keywords>
5FTP
6RETR
7-z
8</keywords>
9</info>
10# Server-side
11<reply>
12<mdtm>
13213 20030409102659
14</mdtm>
15</reply>
16
17# Client-side
18<client>
19<server>
20ftp
21</server>
22<name>
23FTP request and denied to download an older file with -z
24</name>
25<command>
26ftp://%HOSTIP:%FTPPORT/blalbla/%TESTNUMBER -z "-1 jan 2001"
27</command>
28</client>
29
30<verify>
31<strip>
32QUIT
33</strip>
34<protocol>
35USER anonymous
36PASS ftp@example.com
37PWD
38CWD blalbla
39MDTM %TESTNUMBER
40QUIT
41</protocol>
42</verify>
43</testcase>
44