Page 1 of 1

SFTP Server Example

Posted: Thu 12 Nov 2015 12:14
by michaschumann
Sorry, I might have oversseen this - is there a simple example for an sftp server for D10 Seattle around?

Re: SFTP Server Example

Posted: Thu 12 Nov 2015 17:08
by ViktorV
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.