xref: /curl/tests/data/test140 (revision cd4aee15)
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/%TESTNUMBER -z "1 jan 2004"
28</command>
29</client>
30
31# Verify data after the test has been "shot"
32<verify>
33<strip>
34QUIT
35</strip>
36<protocol>
37USER anonymous
38PASS ftp@example.com
39PWD
40CWD blalbla
41MDTM %TESTNUMBER
42QUIT
43</protocol>
44</verify>
45</testcase>
46