1<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/1211 -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 1211 47RETR 1211 48</protocol> 49<errorcode> 5028 51</errorcode> 52</verify> 53</testcase> 54