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