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