xref: /curl/tests/data/test712 (revision 3fd80c7b)
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<protocol>
41USER anonymous
42PASS ftp@example.com
43PWD
44EPSV
45TYPE I
46SIZE %TESTNUMBER
47RETR %TESTNUMBER
48QUIT
49</protocol>
50</verify>
51</testcase>
52