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