FTP
PASV
RETR
# Server-side
data
to
see
that FTP
works
so does it?
REPLY EPSV 500 no such command
# Client-side
ftp
FTP first type=A then regular URL
lib1569
"ftp://%HOSTIP:%FTPPORT/1569;type=A" ftp://%HOSTIP:%FTPPORT/1569
# Verify data after the test has been "shot"
USER anonymous
PASS ftp@example.com
PWD
EPSV
PASV
TYPE A
RETR 1569
PASV
TYPE I
SIZE 1569
RETR 1569
QUIT
data
to
see
that FTP
works
so does it?
data
to
see
that FTP
works
so does it?