1<testcase> 2#based off test 707 after bug report #1218 3<info> 4<keywords> 5FTP 6PASV 7RETR 8SOCKS5 9all_proxy 10</keywords> 11</info> 12# 13# Server-side 14<reply> 15<data> 16silly content 17</data> 18<servercmd> 19</servercmd> 20</reply> 21 22# 23# Client-side 24<client> 25<server> 26ftp 27socks5 28</server> 29<setenv> 30all_proxy=socks5://%HOSTIP:%SOCKSPORT 31</setenv> 32 <name> 33FTP fetch with all_proxy set to socks5 34 </name> 35 <command> 36ftp://%HOSTIP:%FTPPORT/711 37</command> 38</client> 39 40# 41# Verify data after the test has been "shot" 42<verify> 43<protocol> 44USER anonymous 45PASS ftp@example.com 46PWD 47EPSV 48TYPE I 49SIZE 711 50RETR 711 51QUIT 52</protocol> 53</verify> 54</testcase> 55