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