On Thu, Jun 27, 2002 at 11:34:52AM -0300, J�rn wrote: > Just FYI, let me show what smartftp says: > > Resolving host name host... > Connecting to (host). > Connected to (host) -> IP: x.x.x.x PORT: 990. > Socket connected waiting for login sequence. > 220 ftp server ready > AUTH SSL > 234 AUTH SSL successful
Try in lftp:
open ftp://x.x.x.x:990
It is not ftps protocol, because it requires AUTH command before etablishing
secure connection.
--
Alexander.
