blob: dbdf1adbec83eba7d8a12313150675e90772499b [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<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<protocol>
41USER anonymous
42PASS ftp@example.com
43PWD
44EPSV
45TYPE I
46SIZE %TESTNUMBER
47RETR %TESTNUMBER
48QUIT
49</protocol>
50</verify>
51</testcase>