edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

FTPConnectionHomeDirectory Property

The server-side directory that the client is in immediately after connecting.

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public string HomeDirectory { get; }

Property Value

Type: String
Remarks
Prior to logging in the value is null. If the ServerDirectory property was not set prior to connection then its value immediately after logging in will be the same as that of HomeDirectory.
See Also