FTP
RETR
# Server-side
fooo
mooo
# Client-side
ftp
FTP DL, file without Content-Disposition inside, using -o fname
ftp://%HOSTIP:%FTPPORT/path/file1378 -o log/download1378
perl %SRCDIR/libtest/notexists.pl log/file1378
# Verify data after the test has been "shot"
USER anonymous
PASS ftp@example.com
PWD
CWD path
EPSV
TYPE I
SIZE file1378
RETR file1378
QUIT
fooo
mooo