FTP
EPSV
RETR
Range
# Server-side
456789abcdef
456789abcdef
64
# Client-side
ftp
FTP retrieve a byte-range relative to end of file
-r -12 ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
# Verify data after the test has been "shot"
USER anonymous
PASS ftp@example.com
PWD
EPSV
TYPE I
SIZE %TESTNUMBER
REST 52
RETR %TESTNUMBER
ABOR
QUIT