FTP NOBODY # Server-side 51 # Client-side ftp FTP --head to get file size only ftp://%HOSTIP:%FTPPORT/a/path/%TESTNUMBER --head # Verify data after the test has been "shot" USER anonymous PASS ftp@example.com PWD CWD a CWD path MDTM %TESTNUMBER TYPE I SIZE %TESTNUMBER REST 0 QUIT