FTPConnectionServerDirectory Property |
The initial/current working directory on the server.
Namespace:
EnterpriseDT.Net.Ftp
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic string ServerDirectory { get; set; }Public Property ServerDirectory As String
Get
Set
public:
property String^ ServerDirectory {
String^ get ();
void set (String^ value);
}member ServerDirectory : string with get, set
Property Value
Type:
String
Remarks
If the client is not currently connected, this is the initial
working directory that will be changed to once the client connects.
See Also