FTP PASV RETR --ignore-content-length # Server-side data to see that FTP works so does it? REPLY EPSV 500 no such command # Client-side ftp FTP RETR --ignore-content-length ftp://%HOSTIP:%FTPPORT/1137 --ignore-content-length # Verify data after the test has been "shot" USER anonymous PASS ftp@example.com PWD EPSV PASV TYPE I RETR 1137 QUIT