FTP
RETR
# Server-side
fooo
mooo
# Client-side
ftp
FTP download, file without Content-Disposition inside, using -O
ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -O --output-dir %LOGDIR
# Verify data after the test has been "shot"
QUIT
USER anonymous
PASS ftp@example.com
PWD
CWD path
EPSV
TYPE I
SIZE file%TESTNUMBER
RETR file%TESTNUMBER
QUIT
fooo
mooo