#based off test 712
FTP
PASV
RETR
SOCKS5
CURLOPT_CONNECT_TO
#
# Server-side
silly content
#
# Client-side
ftp
socks5
FTP fetch with --proxy set to socks5:// and with --connect-to
ftp://ftp.example.com/713 --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 713
RETR 713
QUIT