1<testcase> 2<info> 3<keywords> 4FTP 5EPSV 6TYPE A 7RETR 8type= 9</keywords> 10</info> 11# Server-side 12<reply> 13<size> 1437 15</size> 16<data> 17data 18 to 19 see 20that FTP 21works 22 so does it? 23</data> 24</reply> 25 26# Client-side 27<client> 28<server> 29ftp 30</server> 31 <name> 32FTP GET with type=A style ASCII URL and understated server SIZE 33 </name> 34 <command> 35"ftp://%HOSTIP:%FTPPORT/129;type=A" 36</command> 37</client> 38 39# Verify data after the test has been "shot" 40<verify> 41<protocol> 42USER anonymous 43PASS ftp@example.com 44PWD 45EPSV 46TYPE A 47SIZE 129 48RETR 129 49QUIT 50</protocol> 51</verify> 52</testcase> 53