'C# Rsync library - transfer data to another servers

I use the Fast Rsync library to transfer files to other servers. I wrote a function that takes 2 paths as parameters, source and destination. Everything is fine when I transfer files locally on my server. How do I set a destination path to another server? Something like "[email protected]: DESTINATION"

reference to the code : https://github.com/OctopusDeploy/Octodiff



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source