Description
-
Holds home directory when external service is
started.
Property type
-
A String value.
Syntax
-
object.HomeDir [= value]
The HomeDir Property syntax has these parts:
| object |
An expression
evaluating to an object of type SSHUser. |
| value |
A String value. |
Remarks
-
This property specifies Home Directory that will be set
when user login to the server, and is used mostly for SFTP
subsystem service. Connected user will have access to the
system relative to his HomeDir, which means he will not be
able to access outside (parent) folders from one specified
in this property.
|