Git init
[external/curl.git] / tests / data / test270
1 <testcase>
2 <info>
3 <keywords>
4 FTP
5 PASV
6 RETR
7 </keywords>
8 </info>
9 # Server-side
10 <reply>
11 <data>
12 data
13     to
14       see
15 that FTP
16 works
17   so does it?
18 </data>
19 <servercmd>
20 PASVBADIP
21 </servercmd>
22 </reply>
23
24 # Client-side
25 <client>
26 <server>
27 ftp
28 </server>
29  <name>
30 FTP RETR PASV --ftp-skip-pasv-ip
31  </name>
32  <command>
33 ftp://%HOSTIP:%FTPPORT/270 --ftp-skip-pasv-ip --disable-epsv
34 </command>
35 </client>
36
37 # Verify data after the test has been "shot"
38 <verify>
39 <protocol>
40 USER anonymous\r
41 PASS ftp@example.com\r
42 PWD\r
43 PASV\r
44 TYPE I\r
45 SIZE 270\r
46 RETR 270\r
47 QUIT\r
48 </protocol>
49 </verify>
50 </testcase>