On Fri, Jun 02, 2006 at 11:55:10AM +0200, Luc SPONGA wrote: > I am using lftp to transfert files. My problem is about the password > management. I have a "/" in the password. How to manage it with the > configuration file. > > I have tried: > > set ftp:proxy http://userName:[EMAIL PROTECTED]:8080 > > but as there is a "/" in the password, the followin open command gives: > > open: userName: Unknown host
Use %2F instead of / in password, where 2F is the hex code for slash character. -- Alexander..
