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.
