Hello all, Has anyone ever had success transfering files to and from a SecureTransport server with lftp over https? lftp appears to authenticate but I cannot list or send/receive files. The server only has port 443 open. Attached below is the debug log:
lftp :~> open https://ftp.server.com lftp ftp.server.com:/> user <username> Password: lftp [EMAIL PROTECTED]:/> debug 9 lftp [EMAIL PROTECTED]:/> ls ---- Connecting to ftp.server.com (xxx.xxx.xxx.xxx) port 443 ---- Sending request... ---> GET / HTTP/1.1 ---> Host: ftp.server.com ---> User-Agent: lftp/2.6.11 ---> Accept: */* ---> Authorization: Basic SSDHhdskhwHDwqnxdZ== ---> Connection: keep-alive ---> <Certificate Information> WARNING: Certificate verification: self signed certificate in certificate chain <Certificate Information> <--- HTTP/1.1 200 OK <--- Date: Thu, 22 Jan 2004 17:26:46 GMT <--- Server: Apache/1.3.26 (Unix) mod_ssl/2.8.10 OpenSSL/0.9.6g SecureTransport/4.1.1 <--- Set-Cookie: FDjeIOhoidsfOIH74==; path=/ <--- Accept-Ranges: bytes <--- Expires: Thu, 01 Jan 1970 00:00:00 GMT <--- Features: CHPWD;RTCK;STCK;ASC <--- Keep-Alive: timeout=15 <--- Connection: Keep-Alive <--- Transfer-Encoding: chunked <--- Content-Type: text/plain; charset=UTF-8 <--- ---- Receiving body... <--- **** Peer closed connection ---- Closing HTTP connection lftp [EMAIL PROTECTED]:/> bye It never gives me a directory listing. If I try a get on a file, it just creates a file locally with the text of "Virtual user <username> logged on."
