FTP
PORT
RETR
NODATACONN425
# Server-side
some bytes
NODATACONN425
# Client-side
ftp
FTP PORT and 425 on download
ftp://%HOSTIP:%FTPPORT/1211 -P -
# Verify data after the test has been "shot"
s/^EPRT \|1\|(.*)/EPRT \|1\|/
USER anonymous
PASS ftp@example.com
PWD
EPRT |1|
TYPE I
SIZE 1211
RETR 1211
28