# Server-side data to see that FTP works so does it? # Client-side ftp FTP with quote ops ftp://%HOSTIP:%FTPPORT/227 -Q "NOOP 1" -Q "+NOOP 2" -Q "-NOOP 3" REPLY EPSV 500 no such command # Verify data after the test has been "shot" USER anonymous PASS curl_by_daniel@haxx.se PWD NOOP 1 EPSV PASV TYPE I NOOP 2 SIZE 227 RETR 227 NOOP 3 QUIT