edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
The server-side directory that the client is in immediately after connecting.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public string HomeDirectory { get; }
Visual Basic
Public ReadOnly Property HomeDirectory As String
	Get
Visual C++
public:
property String^ HomeDirectory {
	String^ get ();
}

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