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</reply>
19
20#
21# Client-side
22<client>
23<server>
24ftp
25socks5
26</server>
27 <name>
28FTP fetch with --proxy set to socks5://
29 </name>
30 <command>
31ftp://%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>
39USER anonymous
40PASS ftp@example.com
41PWD
42EPSV
43TYPE I
44SIZE 712
45RETR 712
46QUIT
47</protocol>
48</verify>
49</testcase>
50