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