blob: f21c28f05baebb5d041cef978c66d008800b28cd [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4FTP
5PASV
6RETR
7</keywords>
8</info>
9# Server-side
10<reply>
11<data>
12we can still send data even if pwd fails!
13</data>
14<servercmd>
15REPLY PWD 314 bluah you f00l!
16REPLY EPSV 314 bluah you f00l!
17</servercmd>
18</reply>
19
20# Client-side
21<client>
22<server>
23ftp
24</server>
25 <name>
26FTP download, failed PWD
27 </name>
28 <command>
29ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
30</command>
31</client>
32
33# Verify data after the test has been "shot"
34<verify>
35<protocol>
36USER anonymous
37PASS ftp@example.com
38PWD
39EPSV
40PASV
41TYPE I
42SIZE %TESTNUMBER
43RETR %TESTNUMBER
44QUIT
45</protocol>
46</verify>
47</testcase>