FTP
PASV
RETR
# Server-side
data
    to
      see
that FTP
works
  so does it?
REPLY welcome 230 welcome without password
# Client-side
ftp
 
FTP with no user+password required (230 response)
 
 
ftp://%HOSTIP:%FTPPORT/1219
# Verify data after the test has been "shot"
PWD
EPSV
TYPE I
SIZE 1219
RETR 1219
QUIT