edtFTPnet/Free - Open-source FTP component for .NET | Download
Path of directory on server being listed.

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

Syntax

C#
public string DirectoryPath { get; }
Visual Basic
Public ReadOnly Property DirectoryPath As String
	Get
Visual C++
public:
property String^ DirectoryPath {
	String^ get ();
}

See Also