SftpClient SetAttributes Method SSH .NET Client Library Documentation
Sets the specified SftpFileAttributes of the file on the specified path.

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

public void SetAttributes(
	string path,
	SftpFileAttributes fileAttributes
)
Exceptions

See Also