FTP
PASV
RETR
multi
SOCKS4
# Server-side
data
to
see
that FTP
works
so does it?
# Client-side
ftp
socks4
lib564
FTP RETR a file over a SOCKS proxy using the multi interface
ftp://%HOSTIP:%FTPPORT/path/564 %HOSTIP:%SOCKSPORT
# Verify data after the test has been "shot"
USER anonymous
PASS ftp@example.com
PWD
CWD path
EPSV
TYPE I
SIZE 546
RETR 546
EPSV
SIZE 546
RETR 546
QUIT
data
to
see
that FTP
works
so does it?