ScpBatchTransferProgressEventArgs.CurrentFileModified Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
CurrentFileModified
Gets the last modification time of the currently transferred file. This value is only valid for FileTransferStarting operation. For other operations, DateTime.MinValue is returned.
Declaration
public DateTime CurrentFileModified { get; }
Property Value
Type | Description |
---|---|
DateTime | Modification date. |