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<features> 23proxy 24</features> 25<server> 26ftp 27socks5 28</server> 29<name> 30FTP fetch with --proxy set to socks5:// 31</name> 32<command> 33ftp://%HOSTIP:%FTPPORT/%TESTNUMBER --proxy socks5://%HOSTIP:%SOCKSPORT 34</command> 35</client> 36 37# 38# Verify data after the test has been "shot" 39<verify> 40<strip> 41QUIT 42</strip> 43<protocol> 44USER anonymous 45PASS ftp@example.com 46PWD 47EPSV 48TYPE I 49SIZE %TESTNUMBER 50RETR %TESTNUMBER 51QUIT 52</protocol> 53</verify> 54</testcase> 55