Git init
[external/curl.git] / tests / data / test115
1 <testcase>
2 <info>
3 <keywords>
4 FTP
5 PASV
6 FAILURE
7 </keywords>
8 </info>
9 # Server-side
10 <reply>
11 <servercmd>
12 REPLY PASV 314 bluah you f00l!
13 REPLY EPSV 314 bluah you f00l!
14 </servercmd>
15 </reply>
16
17 # Client-side
18 <client>
19 <server>
20 ftp
21 </server>
22  <name>
23 FTP download, failed PASV
24  </name>
25  <command>
26 ftp://%HOSTIP:%FTPPORT/115
27 </command>
28 </client>
29
30 # Verify data after the test has been "shot"
31 <verify>
32 <errorcode>
33 13
34 </errorcode>
35 <protocol>
36 USER anonymous\r
37 PASS ftp@example.com\r
38 PWD\r
39 EPSV\r
40 PASV\r
41 QUIT\r
42 </protocol>
43 </verify>
44 </testcase>