Imported Upstream version 7.21.3
[platform/upstream/curl.git] / tests / data / test182
1 <testcase>
2 # Server-side
3 <reply>
4 <data sendzero="yes">
5 </data>
6 <size>
7 0
8 </size>
9 </reply>
10
11 # Client-side
12 <client>
13 <server>
14 ftp
15 </server>
16 <name>
17 FTP download an empty file
18 </name>
19 <command>
20 ftp://%HOSTIP:%FTPPORT/182
21 </command>
22 </client>
23
24 # Verify data after the test has been "shot"
25 <verify>
26 <protocol>
27 USER anonymous\r
28 PASS ftp@example.com\r
29 PWD\r
30 EPSV\r
31 TYPE I\r
32 SIZE 182\r
33 RETR 182\r
34 QUIT\r
35 </protocol>
36 </verify>
37 </testcase>