SftpFile LastWriteTimeUtc Property SSH .NET Client Library Documentation
Gets or sets the time, in coordinated universal time (UTC), when the current file or directory was last written to.

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

public DateTime LastWriteTimeUtc { get; set; }

Field Value

The time the current file was last written.
See Also