Sets the attributes of the remote file.

Namespace:  Rebex.Net
Assembly:  Rebex.Sftp (in Rebex.Sftp.dll)

Syntax

Visual Basic
Public Sub SetAttributes ( _
	remotePath As String, _
	attributes As SftpAttributes _
)
C#
public void SetAttributes(
	string remotePath,
	SftpAttributes attributes
)

Parameters

remotePath
Type: System..::..String
The path of the remote file or directory.
attributes
Type: Rebex.Net..::..SftpAttributes
Attributes to set.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also