#based off test 707 after bug report #1218
FTP
PASV
RETR
SOCKS5
#
# Server-side
silly content
#
# Client-side
ftp
socks5
FTP fetch with --proxy set to socks5://
ftp://%HOSTIP:%FTPPORT/%TESTNUMBER --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