#based off test 707 after bug report #1218
FTP
PASV
RETR
SOCKS5
all_proxy
#
# Server-side
silly content
#
# Client-side
ftp
socks5
all_proxy=socks5://%HOSTIP:%SOCKSPORT
FTP fetch with all_proxy set to socks5
ftp://%HOSTIP:%FTPPORT/711
#
# Verify data after the test has been "shot"
USER anonymous
PASS ftp@example.com
PWD
EPSV
TYPE I
SIZE 711
RETR 711
QUIT