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