I have a desktop application that's connecting to a Linux VPS via SSH that contains files that need to be uploaded to another server. Is this something I can do with SSH.NET or any other library? Or should I maybe go with the inefficient route of first downloading the files locally then initiating an SFTP connection to the server I need to upload to? Or maybe there's something completely different I should be doing - I'm open to suggestions.
Any direction would be appreciated.
scpcommand on your VPS?