1<testcase> 2<info> 3<keywords> 4FTP 5-z 6--data-binary 7</keywords> 8</info> 9# Server-side 10<reply> 11<data> 12</data> 13<mdtm> 14213 20030409102659 15</mdtm> 16</reply> 17 18# Client-side 19<client> 20<server> 21ftp 22</server> 23 <name> 24FTP download file with -z, expected to not transfer 25 </name> 26 <command> 27ftp://%HOSTIP:%FTPPORT/blalbla/140 -z "1 jan 2004" 28</command> 29</client> 30 31# Verify data after the test has been "shot" 32<verify> 33<protocol> 34USER anonymous 35PASS ftp@example.com 36PWD 37CWD blalbla 38MDTM 140 39QUIT 40</protocol> 41</verify> 42</testcase> 43