Sftp.SetAttributes Method
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
SetAttributes(String, SftpAttributes)
Sets the attributes of the remote file.
Declaration
public void SetAttributes(string remotePath, SftpAttributes attributes)
Parameters
Type | Name | Description |
---|---|---|
String | remotePath | The path of the remote file or directory. |
SftpAttributes | attributes | Attributes to set. |