SftpClient SetLastWriteTimeUtc Method SSH .NET Client Library Documentation
Sets the date and time, in coordinated universal time (UTC), that the specified file was last written to.

Namespace: Renci.SshNet
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

[ObsoleteAttribute("Note: This method currently throws NotImplementedException because it has not yet been implemented.")]
public void SetLastWriteTimeUtc(
	string path,
	DateTime lastWriteTimeUtc
)

Parameters

path
Type: OnlineSystem String
The file for which to set the date and time information.
lastWriteTimeUtc
Type: OnlineSystem DateTime
A System.DateTime containing the value to set for the last write date and time of path. This value is expressed in UTC time.
See Also