Gets the last modification time of the currently transferring file (or DateTime.MinValue if not available).

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

Syntax

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

Field Value

Last modification date.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also