We need to connect to one of the FTPS file servers and push the files on a hourly basis. We are able to connect to their server using lftp after setting certificate, key files using set ssl:cert-file, ssl:key-file, but we need help in sending files to their server using an automated shell script.
We have to follow the below while connecting to their server (we are not sure how to follow these, while transferring commands and files to their server)
How can this be done?
The below screenshot contains debug information for the ls and put commands. The Put command failed with an error.
At last, I am able to upload files to their server. I have set the below parameters in the lftp session, and it worked for me.