xref: /curl/tests/data/test127 (revision cd4aee15)
1<testcase>
2<info>
3<keywords>
4FTP
5PASV
6RETR
7--disable-epsv
8</keywords>
9</info>
10# Server-side
11<reply>
12<data>
13moooooooo
14</data>
15</reply>
16
17# Client-side
18<client>
19<server>
20ftp
21</server>
22<name>
23FTP --disable-epsv
24</name>
25<command>
26ftp://%HOSTIP:%FTPPORT/path/to/file/%TESTNUMBER --disable-epsv
27</command>
28</client>
29
30# Verify data after the test has been "shot"
31<verify>
32<strip>
33QUIT
34</strip>
35<protocol>
36USER anonymous
37PASS ftp@example.com
38PWD
39CWD path
40CWD to
41CWD file
42PASV
43TYPE I
44SIZE %TESTNUMBER
45RETR %TESTNUMBER
46QUIT
47</protocol>
48</verify>
49</testcase>
50