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
Syntaxpublic string HomeDirectory { get; }Public ReadOnly Property HomeDirectory As String
Get
public:
property String^ HomeDirectory {
String^ get ();
}member HomeDirectory : string with get
Property Value
Type:
String
RemarksPrior 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