SftpClient SetLastAccessTime Method SSH .NET Client Library Documentation
Sets the date and time the specified file was last accessed.

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 SetLastAccessTime(
	string path,
	DateTime lastAccessTime
)

Parameters

path
Type: OnlineSystem String
The file for which to set the access date and time information.
lastAccessTime
Type: OnlineSystem DateTime
A OnlineDateTime containing the value to set for the last access date and time of path. This value is expressed in local time.
See Also