IPWorks SFTP 2020 Delphi Edition

Questions / Feedback?

RootDirectory Property

The root directory for the entire SFTP server.

Syntax

property RootDirectory: String read get_RootDirectory write set_RootDirectory;

Default Value

''

Remarks

RootDirectory specifies the root of the SFTP server ('/'). If a value is provided, the component will handle all requests by doing all file operations itself, but the events will still give you the opportunity to override the default values/operations as necessary.

If a value is not provided, all events must be handled appropriately to ensure correct operation.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks SFTP 2020 Delphi Edition - Version 20.0 [Build 8263]