IPWorks SSH 2020 Python Edition

Questions / Feedback?

root_directory Property

The root directory for the entire SFTP server.

Syntax

def get_root_directory() -> str: ...
def set_root_directory(value: str) -> None: ...

root_directory = property(get_root_directory, set_root_directory)

Default Value

""

Remarks

root_directory specifies the root of the SFTP server ('/'). If a value is provided, the class 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) 2023 /n software inc. - All rights reserved.
IPWorks SSH 2020 Python Edition - Version 20.0 [Build 8501]