FTP
PORT
RETR
no SIZE
# Server-side
data
to
see
that FTP
works
so does it?
REPLY SIZE 502 no such command
REPLY EPRT 502 no such command
# Client-side
ftp
FTP PORT without SIZE or EPRT support
ftp://%HOSTIP:%FTPPORT/1414 -P -
# Verify data after the test has been "shot"
s/^(EPRT \|1\|)(.*)/$1/
s/^(PORT)(.*)/$1/
USER anonymous
PASS ftp@example.com
PWD
EPRT |1|
PORT
TYPE I
SIZE 1414
RETR 1414
QUIT