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/1262 -z "-1 jan 2001" 27</command> 28</client> 29 30<verify> 31<protocol> 32USER anonymous 33PASS ftp@example.com 34PWD 35CWD blalbla 36MDTM 1262 37QUIT 38</protocol> 39</verify> 40</testcase> 41