Reference to an FTPFile object representing the local file.

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

Syntax

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

See Also