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