FTP
PASV
RETR
# Server-side
data
to
see
that FTP
works
so does it?
Content-Length: 51
Accept-ranges: bytes
# Client-side
ftp
lib542
FTP a file with NOBODY yes and HEADER no
ftp://%HOSTIP:%FTPPORT/542
# Verify data after the test has been "shot"
#
# There's no MTDM in the protocol here since this code doesn't ask for the
# time/date of the file
USER anonymous
PASS ftp@example.com
PWD
TYPE I
SIZE 542
REST 0
QUIT