On Sun, May 19, 2002 at 08:58:10PM -0700, Rich Franzen wrote: > ATT Worldnet says they require SSL/TLS. lftp supports SSL, but does it > support TLS also?
Yes. > In another part of the ATT documentation, they say that the FTP client must > support "SSL Explicit (Auth SSL)". Does lftp support this? Yes. > Here is what I see in a session: > > $ lftp -d > lftp :~> open ftps://upload.att.net You should use `open ftp://upload.att.net', that way lftp uses explicit ssl negotiation with AUTH TLS. Note that SSL certificates are not supported yet in lftp. When you use ftps:// url scheme, lftp tries to connect to different port by default and expects implicit SSL connection. > Also, I think some messages are being overwritten by the prompt. Something > prints, but gets written over very quickly. Is there a way to stop the > prompt from overwriting message lines? It is status line. It is supposed to be overwritten. -- Alexander.
