FTP
# Server-side
# Client-side
ftp
# tool is what to use instead of 'curl'
lib541
FTP upload and upload same file again without rewind
ftp://%HOSTIP:%FTPPORT/541 log/upload541
Contents
of
a file
to verify
ftp
upload
works?
# Verify data after the test has been "shot"
USER anonymous
PASS ftp@example.com
PWD
EPSV
TYPE I
STOR 541
EPSV
STOR 541
QUIT