On Fri, Apr 02, 2004 at 11:12:02AM +0100, Clemson, Chris wrote: > lftp :~> open ftp://localhost:749 > lftp localhost:~> ls -la > ls: Login failed: 550 SSL/TLS required on the control channel
BTW, by default SSL is not activated for anonymous connections. To enable SSL for anonymous ftp connections, use: set ftp:ssl-allow-anonymous yes -- Alexander.
