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