FTP
# Server-side
# Client-side
ftp
# tool is what to use instead of 'curl'
lib%TESTNUMBER
FTP upload and upload same file again without rewind
ftp://%HOSTIP:%FTPPORT/%TESTNUMBER %LOGDIR/upload%TESTNUMBER
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 %TESTNUMBER
EPSV
STOR %TESTNUMBER
QUIT