diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-04-26 07:40:37 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-04-26 07:40:37 +0000 |
commit | 95152aec685c4d11de6cb25802303e4872d51b3e (patch) | |
tree | 213409d6a9103d2b2be41474782cdd0ffd3ef28f /tests/data/test251 | |
parent | 8ed676236395ef970e7c3b74aebbd1f8eef837ba (diff) | |
download | curl-95152aec685c4d11de6cb25802303e4872d51b3e.tar.gz |
David McCreedy brought line end conversions when doing FTP ASCII
transfers. They are done on non-windows systems and translate CRLF to LF.
Diffstat (limited to 'tests/data/test251')
-rw-r--r-- | tests/data/test251 | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/tests/data/test251 b/tests/data/test251 index cbf93e075..6b3cf7b21 100644 --- a/tests/data/test251 +++ b/tests/data/test251 @@ -1,18 +1,20 @@ # Server-side <reply> -<data> -total 20
-drwxr-xr-x 8 98 98 512 Oct 22 13:06 .
-drwxr-xr-x 8 98 98 512 Oct 22 13:06 ..
-drwxr-xr-x 2 98 98 512 May 2 1996 .NeXT
--r--r--r-- 1 0 1 35 Jul 16 1996 README
-lrwxrwxrwx 1 0 1 7 Dec 9 1999 bin -> usr/bin
-dr-xr-xr-x 2 0 1 512 Oct 1 1997 dev
-drwxrwxrwx 2 98 98 512 May 29 16:04 download.html
-dr-xr-xr-x 2 0 1 512 Nov 30 1995 etc
-drwxrwxrwx 2 98 1 512 Oct 30 14:33 pub
-dr-xr-xr-x 5 0 1 512 Oct 1 1997 usr
-</data> +# When doing LIST, we get the default list output hard-coded in the test +# FTP server +<datacheck> +total 20 +drwxr-xr-x 8 98 98 512 Oct 22 13:06 . +drwxr-xr-x 8 98 98 512 Oct 22 13:06 .. +drwxr-xr-x 2 98 98 512 May 2 1996 .NeXT +-r--r--r-- 1 0 1 35 Jul 16 1996 README +lrwxrwxrwx 1 0 1 7 Dec 9 1999 bin -> usr/bin +dr-xr-xr-x 2 0 1 512 Oct 1 1997 dev +drwxrwxrwx 2 98 98 512 May 29 16:04 download.html +dr-xr-xr-x 2 0 1 512 Nov 30 1995 etc +drwxrwxrwx 2 98 1 512 Oct 30 14:33 pub +dr-xr-xr-x 5 0 1 512 Oct 1 1997 usr +</datacheck> <servercmd> SLOWDOWN </servercmd> |