#based off test 712
FTP
PASV
RETR
SOCKS5
CURLOPT_CONNECT_TO
#
# Server-side
silly content
#
# Client-side
proxy
ftp
socks5
FTP fetch with --proxy set to socks5:// and with --connect-to
ftp://ftp.example.com/%TESTNUMBER --connect-to ::%HOSTIP:%FTPPORT --proxy socks5://%HOSTIP:%SOCKSPORT
#
# Verify data after the test has been "shot"
USER anonymous
PASS ftp@example.com
PWD
EPSV
TYPE I
SIZE %TESTNUMBER
RETR %TESTNUMBER
QUIT