SFTP Server Example

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
michaschumann
Posts: 44
Joined: Fri 14 Nov 2014 15:26

SFTP Server Example

Post by michaschumann » Thu 12 Nov 2015 12:14

Sorry, I might have oversseen this - is there a simple example for an sftp server for D10 Seattle around?

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: SFTP Server Example

Post by ViktorV » Thu 12 Nov 2015 17:08

To test the TScSFTPServer component, you can use our SimpleSSHServer demo project. The project is in the 'Demos\SimpleSSHServer ' folder relatively to the SecureBridge demo projects installation path.
To start SFTP server, it's enough to place the TScSFTPServer component onto the form and assign it to the TScSSHServer.SFTPServer property.

Post Reply