FTP
EPSV
STOR
# Client-side
ftp
FTP PASV upload file
data
to
see
that FTP
works
so does it?
ftp://%HOSTIP:%FTPPORT/107 -T log/test107.txt
# Verify data after the test has been "shot"
data
to
see
that FTP
works
so does it?
USER anonymous
PASS ftp@example.com
PWD
EPSV
TYPE I
STOR 107
QUIT