From 3bfff57e1f604ef0b2bc84243014eb9c9a1e6acc Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 4 Jun 2012 19:40:04 +0200 Subject: tests 1348 to 1355: several -O -J -i -D combinations with FTP protocol Currently 1348 to 1354 succeed but a write failure is logged in traceNNNN. Currently 1355 fails, so disabled for now. --- tests/data/test1348 | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 tests/data/test1348 (limited to 'tests/data/test1348') diff --git a/tests/data/test1348 b/tests/data/test1348 new file mode 100644 index 000000000..e6329b839 --- /dev/null +++ b/tests/data/test1348 @@ -0,0 +1,67 @@ + + + +FTP +RETR + + + +# Server-side + + +fooo +mooo + + + +# Client-side + +# this relies on the debug feature to allow us to set directory to store the +# -O output in, using the CURL_TESTDIR variable + +debug + + +ftp + + +FTP download file without Content-Disposition inside, using -O + + +CURL_TESTDIR=%PWD/log + + +ftp://%HOSTIP:%FTPPORT/path/file1348 -O + + + +# Verify data after the test has been "shot" + + +USER anonymous +PASS ftp@example.com +PWD +CWD path +EPSV +TYPE I +SIZE file1348 +RETR file1348 +QUIT + + + +fooo +mooo + + + + + + + + + + + + + -- cgit v1.2.3