How to store any files/folder on SFTP using OpenRPA?

How to store any files/folder on SFTP using OpenRPA?

Over the years, I’ve seen multiple people needing to download or upload to secure FTP servers. They have all used NodeRED to do it. There are no “OpenRPA” activities for this, but I’m sure there are many Python libraries. With a quick Google search, I also see SharpSSH for .NET makes it rather easy, but I have never tried it, so I cannot confirm if it will work.

Okay thank you. I will give it a try.