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