# Server-side data to see that FTP works so does it? # Client-side ftp download with post-quote delete operation ftp://%HOSTIP:%FTPPORT/120 -Q "-DELE file" # Verify data after the test has been "shot" USER anonymous PASS curl_by_daniel@haxx.se PWD PASV TYPE I RETR 120 DELE file