FTP
# Server-side
# Client-side
ftp
# tool is what to use instead of 'curl'
lib505
FTP upload with rename after transfer
ftp://%HOSTIP:%FTPPORT/505 log/upload505
Contents
of
a file
to verify
ftp
upload
works?
# Verify data after the test has been "shot"
Contents
of
a file
to verify
ftp
upload
works?
USER anonymous
PASS ftp@example.com
PWD
EPSV
TYPE I
STOR 505
RNFR 505
RNTO 505-forreal
QUIT