Gets or sets a value that indicates which date/time is restored after successful transfer if possible. Please note that FTP protocol supports LastWriteTime only (CreationTime and LastAccessTime are not supported).

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

Syntax

Visual Basic
Public Property RestoreDateTime As ItemDateTimes
	Get
	Set
C#
public ItemDateTimes RestoreDateTime { get; set; }

Implements

IFtpSettings..::..RestoreDateTime

Remarks

Not supported on Universal Windows Platform.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also