FTP
PASV
RETR
--disable-epsv
# Server-side
moooooooo
# Client-side
ftp
FTP --disable-epsv
ftp://%HOSTIP:%FTPPORT/path/to/file/127 --disable-epsv
# Verify data after the test has been "shot"
USER anonymous
PASS ftp@example.com
PWD
CWD path
CWD to
CWD file
PASV
TYPE I
SIZE 127
RETR 127
QUIT