File transfer using FTPS(SSL)

Hi Team,

I am currently working on an integration project where in we have planned to receive files from an external source onto our system via FTPS(SSL). I am new to this part and would like to know the points for consideration and the points to learn to get this done. The files we receive from external source will be CSV, XML or JSON. The external source would like to send the files via FTPS(SSL). How should I create a script or connection to achieve this?

Could you please help me with this.

Thank you!

Check out curl .
There are many examples online using shell and curl to get files from FTPS server.

Also higher level languages such as python support this using libraries.

Hope that helps
Regards
Peasant.

1 Like