On Wed, Jun 11, 2008 at 09:12:25PM +0300, Sorin Sbarnea wrote: > I've discovered that lftp can't login using ftp://domain/user:password/path > > I have a login/username with / inside because it's a domain login. > > Do you know an workaround?
Use the URL escaping scheme: %2F instead of / -- Alexander..
