On Nov 16, 2009, at 13:39, Ilya Sabanin wrote: > For some reason lftp doesn't like dollar sign in user passwords, even if > embraced in single quotes. I also tried to prepend the sign with backslash > but it didn't help. > that one will always fail: > open -u 'test','one$b' -p 21 ftp://10.0.1.3;
Try it as open ftp://test:one%[email protected]
