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 from end of file
ftp://%HOSTIP:%FTPPORT/1036 -C -
This is the start!!
# Verify data after the test has been "shot"
USER anonymous
PASS ftp@example.com
PWD
EPSV
PASV
TYPE I
SIZE 1036
REST 20
RETR 1036
QUIT
This is the start!!
expected to be a file without the first part
but we emulate that