• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<testcase>
2#based off test 712
3<info>
4<keywords>
5FTP
6PASV
7RETR
8SOCKS5
9CURLOPT_CONNECT_TO
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:// and with --connect-to
29 </name>
30 <command>
31ftp://ftp.example.com/713 --connect-to ::%HOSTIP:%FTPPORT --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 713
45RETR 713
46QUIT
47</protocol>
48</verify>
49</testcase>
50