blob: 6d31357dff03eb01275efed498663b305d544a8c [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4FTP
5PORT
6RETR
7NODATACONN425
8</keywords>
9</info>
10# Server-side
11<reply>
12<data nocheck="yes">
13some bytes
14</data>
15<servercmd>
16NODATACONN425
17</servercmd>
18</reply>
19
20# Client-side
21<client>
22<server>
23ftp
24</server>
25 <name>
26FTP PORT and 425 on download
27 </name>
28 <command>
29ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -P -
30</command>
31
32</client>
33
34# Verify data after the test has been "shot"
35<verify>
36<strippart>
37s/^EPRT \|1\|(.*)/EPRT \|1\|/
38</strippart>
39
40<protocol>
41USER anonymous
42PASS ftp@example.com
43PWD
44EPRT |1|
45TYPE I
46SIZE %TESTNUMBER
47RETR %TESTNUMBER
48</protocol>
49<errorcode>
5028
51</errorcode>
52</verify>
53</testcase>