Git init
[external/curl.git] / tests / data / test140
1 <testcase>
2 <info>
3 <keywords>
4 FTP
5 -z
6 --data-binary
7 </keywords>
8 </info>
9 # Server-side
10 <reply>
11 <data>
12 </data>
13 <mdtm>
14 213 20030409102659
15 </mdtm>
16 </reply>
17
18 # Client-side
19 <client>
20 <server>
21 ftp
22 </server>
23  <name>
24 FTP download file with -z, expected to not transfer
25  </name>
26  <command>
27 ftp://%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>
34 USER anonymous\r
35 PASS ftp@example.com\r
36 PWD\r
37 CWD blalbla\r
38 MDTM 140\r
39 QUIT\r
40 </protocol>
41 </verify>
42 </testcase>