0 votes
by (140 points)

Applies to: Rebex SFTP
by (140 points)
we are using the latest version

1 Answer

0 votes
by (150k points)

var sftp = new Sftp();
// replace with your server address and port
sftp.Connect("test.rebex.net", 22);

...