On 4 Feb 2002 at 14:48, Ian Abbott wrote: > On 4 Feb 2002 at 15:21, Christian Busch wrote: > > 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/
I missed the password out. That should be: wget -cm -e "[EMAIL PROTECTED]" -e "passwd=**xxxxxx**" ftp://esd.intraware.com/
