FTP RETR # Server-side fooo mooo # Client-side ftp FTP DL, file without Content-Disposition inside, using -o fname ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -o %LOGDIR/download%TESTNUMBER # 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 %LOGDIR/file%TESTNUMBER