edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FTPFileTransferEventArgsLastWriteTime Property

Last write-time of the file.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public DateTime LastWriteTime { get; }

Property Value

DateTime

Remarks

For all events, except the [!:ExFTPConnection.Uploading] event, this property returns the timestamp of the remote file. For [!:ExFTPConnection.Uploading] the timestamp of the local file is provided.

See Also