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