When set, this flag will cause the control to set the date of the local file to be the same as the remote file after the file has been downloaded.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public bool SyncLocalDateAfterDownload { get; set; }
Visual Basic
Public Property SyncLocalDateAfterDownload As Boolean
	Get
	Set
Visual C++
public:
property bool SyncLocalDateAfterDownload {
	bool get ();
	void set (bool value);
}

See Also