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.

Namespace:  Rebex.Net
Assembly:  Rebex.Sftp (in Rebex.Sftp.dll)

Syntax

Visual Basic
Public ReadOnly Property RemoteFileModified As DateTime
	Get
C#
public DateTime RemoteFileModified { get; }

Field Value

Modification date.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also