From e06944438a798812caca36de6a95e74cea66c70e Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Sat, 26 Jul 2008 20:09:36 +0000 Subject: Added test 1044 to test large file support in ftp with -I. --- tests/data/test1044 | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 tests/data/test1044 (limited to 'tests/data/test1044') diff --git a/tests/data/test1044 b/tests/data/test1044 new file mode 100644 index 000000000..a95f5681d --- /dev/null +++ b/tests/data/test1044 @@ -0,0 +1,58 @@ + +# Similar to test141 + + +FTP +NOBODY +Largefile + + + +# Server-side + + + + +9999999999 + + +213 20080726102659 + + + +# Client-side + + +large_file + + +ftp + + +FTP download large file info with -I + + +ftp://%HOSTIP:%FTPPORT/blalbla/1044 -I + + + +# Verify data after the test has been "shot" + + +USER anonymous +PASS ftp@example.com +PWD +CWD blalbla +MDTM 1044 +TYPE I +SIZE 1044 +REST 0 +QUIT + + +Last-Modified: Sat, 26 Jul 2008 10:26:59 GMT +Content-Length: 9999999999 +Accept-ranges: bytes + + + -- cgit v1.2.3