From f1f993a25b5f8fe403b92d4e0bfb9ecd7796fa91 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 20 Mar 2002 10:50:12 +0000 Subject: added test 128, ftp upload with --crlf --- tests/data/test128 | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 tests/data/test128 (limited to 'tests/data/test128') diff --git a/tests/data/test128 b/tests/data/test128 new file mode 100644 index 000000000..bb09ec749 --- /dev/null +++ b/tests/data/test128 @@ -0,0 +1,43 @@ +# Server-side + + + +# Client-side + + +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 + + +file +with unix newlines +meant to be +converted +with +the +--crlf option + + -- cgit v1.2.3