FTP
PASV
RETR
# Server-side
data
to
see
that FTP
works
so does it?
# Client-side
ftp
FTP fetch a file from the root directory with nocwd
ftp://%HOSTIP:%FTPPORT//1227 --ftp-method nocwd
# Verify data after the test has been "shot"
USER anonymous
PASS ftp@example.com
PWD
EPSV
TYPE I
SIZE /1227
RETR /1227
QUIT