While the docs do mention the wget@ list, wget --help only mentions [EMAIL PROTECTED] . I think this is why many mails are sent there. Heiko
-- -- PREVINET S.p.A. [EMAIL PROTECTED] -- Via Ferretto, 1 ph x39-041-5907073 -- I-31021 Mogliano V.to (TV) fax x39-041-5907087 -- ITALY > -----Original Message----- > From: Ian Abbott [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 04, 2002 3:48 PM > To: [EMAIL PROTECTED] > Cc: Christian Busch > Subject: Re: @ sign in username > > > On 4 Feb 2002 at 15:21, Christian Busch wrote: > > > Hello, > > > > i have a question. On a ftp-site that we need to mirror, > our login is > > wget -cm > > > ftp://christian.busch%40brainjunction.de:**xxxxxx**@esd.intraware.com/ > > > > as you see I tried to encode the @ as %40 as described in > the manual. > > This does not work, is there any way to encode the "@" in > the username ? > > No, but does the following work? > > wget -cm -e "[EMAIL PROTECTED]" > ftp://esd.intraware.com/ > > FYI, there was no need to forward your the message to > [EMAIL PROTECTED] unless you were submitting a bug report. All the > traffic sent to [EMAIL PROTECTED] ends up on the [EMAIL PROTECTED] > list anyway. >
