Discuss this help topic in SecureBlackbox Forum

SFTP: Setup and configure SFTP server

TElSimpleSFTPServer class is a descendant of TElSimpleSSHServer. So first you need to setup the instance of TElSimpleSFTPServer as described in SSH server setup how-to article.

Next you set TElSimpleSFTPServer.AllowSftp property to true.

To let the SFTP server actually access the filesystem you need to set TElSimpleSFTPServer.SFTPBaseDir property and optionally setup the file system adapter.

How To articles about SFTP server

Discuss this help topic in SecureBlackbox Forum