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

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

Syntax

C#
[ObsoleteAttribute("Use ServerDirectory.")]
public string WorkingDirectory { get; set; }
Visual Basic
<ObsoleteAttribute("Use ServerDirectory.")> _
Public Property WorkingDirectory As String
	Get
	Set
Visual C++
[ObsoleteAttribute(L"Use ServerDirectory.")]
public:
property String^ WorkingDirectory {
	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