Store XML on server via SFTP

Hi there, I’m working on an integration for which I will have to periodically (daily) create an XML file with some data and save on a server via SFTP. Any ideas/suggestions how to do that? Thanks a lot for your help!

@fayewatson sorry to bother you but since (without knowing) you’ve helped me so much in the past. Do you have any idea who could help me with this?

You mean, the xml file generation will done on bubble app. and this needs to be save on another server with help of SFTP?

If yes then, it can be possible.
check below link,
https://medium.com/@adarshsharma.jaipur/how-to-use-sftp-server-using-rest-api-5305be67fd25

1 Like

Correct, that’s exactly what I meant. Thanks for the article ftp-api.com looks like it’s exactly what I needed. Thanks a lot!!