wodFTPServer ActiveX Control - HomeDir Property
      
 

Description

Holds home directory for the user.


Property type

A String value.  


Syntax

object.HomeDir [= value]



The HomeDir Property syntax has these parts:

Part Description
object An expression evaluating to an object of type FtpUser.
value A String value.

Remarks

HomeDir property specifies directory that would be considered as 'home' for the connected user. All relative paths will be calculated from this point. Setting HomeDir correctly prevents user's to access files and folders outside (levels up) from his home directory.