FTP PASV RETR # Server-side data to see that FTP works so does it? REPLY welcome 230 welcome without password # Client-side ftp FTP with no user+password required (230 response) ftp://%HOSTIP:%FTPPORT/%TESTNUMBER # Verify data after the test has been "shot" PWD EPSV TYPE I SIZE %TESTNUMBER RETR %TESTNUMBER QUIT