edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
The initial/current working directory on the server.

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

Syntax

C#
public string ServerDirectory { get; set; }
Visual Basic
Public Property ServerDirectory As String
	Get
	Set
Visual C++
public:
property String^ ServerDirectory {
	String^ get ();
	void set (String^ value);
}

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