From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: russcox@gmail.com, 9fans@cse.psu.edu Subject: Re: [9fans] Secure ftp Again Date: Sun, 3 Apr 2005 07:05:33 +0200 From: lucio@proxima.alt.za In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Cc: Topicbox-Message-UUID: 31d05a0c-ead0-11e9-9d60-3106f5b1d025 Now I'm going to be a bonehead: > If so, you need to change ftpfs/hget to pushtls after > connecting: > TLSconn conn; > fd = dial(etc.); > memset(&conn, 0, sizeof conn); > fd = tlsClient(fd, &conn); > instead of just calling dial. Shouldn't this be done by enhancing dial to understand a TLS qualifier? How difficult would that be? I'm a lot better at trivial changes, maybe I can figure my way around it if it makes sense. Suggestions? ++L