1<testcase> 2<info> 3<keywords> 4FTP 5PASV 6RETR 7--disable-epsv 8</keywords> 9</info> 10# Server-side 11<reply> 12<data> 13moooooooo 14</data> 15</reply> 16 17# Client-side 18<client> 19<server> 20ftp 21</server> 22 <name> 23FTP --disable-epsv 24 </name> 25 <command> 26ftp://%HOSTIP:%FTPPORT/path/to/file/127 --disable-epsv 27</command> 28</client> 29 30# Verify data after the test has been "shot" 31<verify> 32<protocol> 33USER anonymous 34PASS ftp@example.com 35PWD 36CWD path 37CWD to 38CWD file 39PASV 40TYPE I 41SIZE 127 42RETR 127 43QUIT 44</protocol> 45</verify> 46</testcase> 47