FTP # Server-side # Client-side ftp # tool is what to use instead of 'curl' lib%TESTNUMBER FTP upload with rename after transfer ftp://%HOSTIP:%FTPPORT/%TESTNUMBER %LOGDIR/upload%TESTNUMBER 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 %TESTNUMBER RNFR %TESTNUMBER RNTO %TESTNUMBER-forreal QUIT