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.

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

Syntax

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

Field Value

Modification date.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also