edtFTPnet/Free - Open-source FTP component for .NET | Download
The initial/current working directory on the server.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

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