I have a small C# app that uses the SharpSSH library to simply upload a file using SFTP. Now my client wants to use the same program to connect to another server using SSH/SFTP, however for some reason that server has been built using "SSH/SFTP over custom port 5929." No idea why they changed the port, however..
I have looked over all the documentation that I can find for SharpSSH but can find no mention of how I could direct it to use port 5929 vice the normal port 22. My thought would be to use HOSTNAME:5929 but not sure if that is correct.
Anyone have an answer?