Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Oct 1998 19:59:46 +0800
From:      Peihan Wang <peihanw@mx.cei.gov.cn>
To:        freebsd-questions@FreeBSD.ORG
Subject:   size command under ftp
Message-ID:  <36346432.2DE86605@mx.cei.gov.cn>

next in thread | raw e-mail | index | archive | help
I am running an ftp server under FreeBSD 2.2.6.
When I do the following there is something strange.

$ ftp localhost
... (omit login process)
ftp> cd pub
ftp> ls
total 656
-rw-r--r--  1 root  operator  321381 Sep  5 04:05 mc-4.1.31.tgz
ftp> size mc-4.1.31.tgz
mc-4.1.31.tgz   322545
ftp> quit
$ 

Why does 'ls' says the file size is 321381 while 'size' indicates
that the file is 322545 bytes long ???

Who can account for it?

Thanx.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36346432.2DE86605>