The remote name/path of the last file transferred.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
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; } |