Length: -77,656,064

2005-04-21 Thread Voelker Bernhard
Hello gnu,
 
I'm experiencing a wrong display of the file size of a huge file to get:

   berny> wget -Y off -c 'ftp://my-server/pub/dvd.iso'
   --13:56:35--  ftp://my-server/pub/dvd.iso
  => `dvd.iso'
   Resolving my-server... 192.168.0.4
   Connecting to linx.ct.siemens.de[192.168.0.4]:21... connected.
   Logging in as anonymous ... Logged in!
   ==> SYST ... done.==> PWD ... done.
   ==> TYPE I ... done.  ==> CWD /pub ... done.
   ==> PASV ... done.==> RETR dvd.iso ... done.
   Length: -77,656,064 (unauthoritative)
   ...
 
The file on the FTP-Server is > 2^32 bytes:

   -rw-r--r--   1 75   ftp  8512278528 Apr 13 10:31 
suse93-dvd1-7.9GBImage.iso

My version of wget:

   berny> wget --version
   GNU Wget 1.9.1
   ...

My system(s):

   Solaris9 (SunOS 5.9)
   Cygwin   (CYGWIN_NT-5.0 1.5.14)

I think it is only a displaying error since the download starts correctly.

Have a nice day,
Bernhard Voelker


RE: --http-passwd=

2004-01-28 Thread Voelker Bernhard
Wow, that ws quick! Thank you.

The man page proposes to put the password in wgetrc or another file.
Your solution sounds more secure to me. Maybe someone has some time
left to enhance the man pages.

Bye,
Berny


> -Original Message-
> From: Hrvoje Niksic [mailto:[EMAIL PROTECTED]
> Sent: Dienstag, 27. Januar 2004 15:46
> To: Voelker Bernhard
> Cc: '[EMAIL PROTECTED]'
> Subject: Re: --http-passwd=
> 
> 
> Voelker Bernhard <[EMAIL PROTECTED]> writes:
> 
> > I recognized that the password passed to wget with the option
> > "--http-passwd=" can be seen as clear text with tools like ps and
> > top.
> 
> Yes.  I don't think there is a portable and reliable way to prevent
> this.  You can work around it, though.  Put your URLs with passwords
> to a file and invoke Wget with `wget -i FILE'.  Or use `wget -i -' and
> type the URL followed by ctrl-d.
> 


--http-passwd=

2004-01-27 Thread Voelker Bernhard
G'day,

I recognized that the password passed to wget with the option "--http-passwd="
can be seen as clear text with tools like ps and top.

I'm using wget 1.9.1 on cygwin:
  +=
  | [EMAIL PROTECTED]:~> uname -a
  | CYGWIN_NT-5.0 mhhbxoic 1.5.6(0.108/3/2) 2004-01-19 00:43 i686 unknown unknown 
Cygwin
  | [EMAIL PROTECTED]:~> wget -V
  | GNU Wget 1.9.1
  | 
  | Copyright (C) 2003 Free Software Foundation, Inc.
  | This program is distributed in the hope that it will be useful,
  | but WITHOUT ANY WARRANTY; without even the implied warranty of
  | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  | GNU General Public License for more details.
  | 
  | Originally written by Hrvoje Niksic <[EMAIL PROTECTED]>.
  =

Have a nice day,
Berny