On Fri, Apr 19, 2002 at 07:18:15PM +0200, Deffranne Laurent (DBB) wrote: > I use a FTP/SSL server, and try to connect lftp to it. > > How can I start the connection to the server ?
Does the server support AUTH command? If so, lftp should use SSL automatically if you connect to the server with a user name and password. If the server listens on certain port for a secure connection, use ftps URL scheme: open ftps://user@host:port > How can I specify which personnal certificate/key to use to identify me ? Unfortunately, lftp does not support certificates yet. -- Alexander. | http://www.yars.free.net/~lav/
