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

Reply via email to