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 singlecwd
ftp://%HOSTIP:%FTPPORT//1226 --ftp-method singlecwd
# Verify data after the test has been "shot"
USER anonymous
PASS ftp@example.com
PWD
CWD /
EPSV
TYPE I
SIZE 1226
RETR 1226
QUIT