On Tue, Aug 09, 2005 at 11:33:52AM -0500, Randal Anders wrote: > There's another strange thing happening. When we last communicated in > June, I had several features that I added to the end of the conf file that > seemed to be benign. Now, lftp seems to be complaining about those > features and I have been forced to comment them out. Any reason why this > could be happening? I'm running the same version of code that I was > running in June, LFTP 3.2.1
Probably lftp was recompiled without ssl support. You can check that using command `version', which outputs libraries and their versions used. > ftp:ssl-allow: no such variable. Use `set -a' to look at all variables. > ssl:ca-file: no such variable. Use `set -a' to look at all variables. > ftp:ssl-protect-data: no such variable. Use `set -a' to look at all > variables. > ssl:key-file: no such variable. Use `set -a' to look at all variables. > ftp:ssl-force: no such variable. Use `set -a' to look at all variables. -- Alexander.
