SftpBatchTransferProgressEventArgs.CurrentFileModified Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
CurrentFileModified
Gets the last modification time of the currently transferring file (or DateTime.MinValue if not available).
Declaration
public DateTime CurrentFileModified { get; }
Property Value
Type | Description |
---|---|
DateTime | Last modification date. |