FtpBatchTransferProblemDetectedEventArgs.RemoteFileModified Property
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9448)
RemoteFileModified
Gets the last modification time of the remote file that is currently processed. If the problem isn't related to a file or if this information is not available, DateTime.MinValue is returned.
Declaration
public DateTime RemoteFileModified { get; }
Property Value
| Type | Description |
|---|---|
| DateTime | Modification date. |