Hi!

I thought someone here could help me out. I am using lftp to automate some file copy on Ubuntu 20.04. The originating server is switching to SFTP and I have about a week for testing. It works fine by default with F40.

On ubuntu it seems by default lftp is not compiled with sftp support as I didn't get any trace of libssl.so using ldd.

I then removed it, compiled a new version with sftp support, checked with ldd for libssl.so and got it but it is still not working. Any idea what could be the problem then, or how to further troubleshoot?

Thank you.

Fred