On Oct 25, 2011, at 15:53, Amer wrote: > How do you login ftp server with username that contains @ symbol in it eg > [email protected]? I seem to remember being able to login into such ftp long time > ago but I can't recall the trick to make lftp works with such username format
You can percent-encode it like in any other URL field: open ftp://user%40host.tld:[email protected] _______________________________________________ lftp mailing list [email protected] http://univ.uniyar.ac.ru/mailman/listinfo/lftp
