blob: 45e11a63e5fd9260db0db9cd234536f19ab689bf [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4FTP
5PASV
6RETR
7post-quote
8</keywords>
9</info>
10# Server-side
11<reply>
12<data>
13data
14 to
15 see
16that FTP
17works
18 so does it?
19</data>
20<servercmd>
21REPLY EPSV 314 bluah you f00l!
22</servercmd>
23</reply>
24
25# Client-side
26<client>
27<server>
28ftp
29</server>
30 <name>
31ftp download with post-quote delete operation
32 </name>
33 <command>
34ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -Q "-DELE file"
35</command>
36</client>
37
38# Verify data after the test has been "shot"
39<verify>
40<protocol>
41USER anonymous
42PASS ftp@example.com
43PWD
44EPSV
45PASV
46TYPE I
47SIZE %TESTNUMBER
48RETR %TESTNUMBER
49DELE file
50QUIT
51</protocol>
52</verify>
53</testcase>