FTP
PASV
Resume
# Server-side
5
REPLY EPSV 500 no such command
# Client-side
ftp
FTP download resume with whole file already downloaded
ftp://%HOSTIP:%FTPPORT/122 -C 5
# Verify data after the test has been "shot"
USER anonymous
PASS ftp@example.com
PWD
EPSV
PASV
TYPE I
SIZE 122
QUIT