FTP PASV RETR Resume # Server-side expected to be a file without the first part but we emulate that 65 REPLY EPSV 500 no such command # Client-side ftp FTP download resume from end of empty file ftp://%HOSTIP:%FTPPORT/1037 -C - # Verify data after the test has been "shot" USER anonymous PASS ftp@example.com PWD EPSV PASV TYPE I SIZE 1037 RETR 1037 QUIT