FTP EPSV STOR --crlf # Server-side # Client-side ftp FTP upload with --crlf ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T %LOGDIR/upload%TESTNUMBER --crlf file with unix newlines meant to be converted with the --crlf option # Verify data after the test has been "shot" USER anonymous PASS ftp@example.com PWD EPSV TYPE I STOR %TESTNUMBER QUIT file with unix newlines meant to be converted with the --crlf option