FTP
PASV
TYPE A
RETR
# Server-side
data
to
see
that FTP
works
so does it?
data
REPLY EPSV 500 no such command
REPLY SIZE 213 file: 213, Size =51
# Client-side
ftp
FTP range download with SIZE returning extra crap
ftp://%HOSTIP:%FTPPORT/337 --use-ascii --range 3-6
# Verify data after the test has been "shot"
USER anonymous
PASS ftp@example.com
PWD
EPSV
PASV
TYPE A
SIZE 337
REST 3
RETR 337
ABOR
QUIT