FTP
EPSV
RETR
# Server-side
hepp
REPLY TYPE 226 Kind of on the positive side!
# Client-side
ftp
FTP RETR with 226 response code to TYPE
ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
# Verify data after the test has been "shot"
USER anonymous
PASS ftp@example.com
PWD
EPSV
TYPE I
SIZE %TESTNUMBER
RETR %TESTNUMBER
QUIT