FTP EPSV STOR --crlf # 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 ftp@example.com PWD EPSV TYPE I STOR 128 QUIT file with unix newlines meant to be converted with the --crlf option