edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
The remote name/path of the last file transferred.

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

Syntax

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

Implements

IFileTransferClient..::..LastFileTransferred

See Also