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