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/%TESTNUMBER -C 20
# Verify data after the test has been "shot"
USER anonymous
PASS ftp@example.com
PWD
EPSV
PASV
TYPE I
SIZE %TESTNUMBER
REST 20
RETR %TESTNUMBER
QUIT