|
excuse me i use Rebex Total Pack for .NET (trial) How do I make sure to use SFTP upload API to Transfer Data from client to Server is Using the SSH procotl to encrypt the File
|
|
When you use the SFTP protocol using our API, the file is always transferred over an encrypted SSH channel. It's not possible to disable the encryption - it's always on. (Please note that before logging into an SFTP/SSH server, you should always check Sftp object's Fingerprint property to make sure you are communicating with the right server.) |