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