SFTP Server Example
-
- Posts: 44
- Joined: Fri 14 Nov 2014 15:26
SFTP Server Example
Sorry, I might have oversseen this - is there a simple example for an sftp server for D10 Seattle around?
Re: SFTP Server Example
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.
To start SFTP server, it's enough to place the TScSFTPServer component onto the form and assign it to the TScSSHServer.SFTPServer property.