Click or drag to resize

FtpSiteChangeMode Method (String, UnixPermissionSet)

Executes SITE CHMOD command - changes the permissions of the file to specified value

Namespace:  Limilabs.FTP.Client
Assembly:  Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax
public void SiteChangeMode(
	string remotePath,
	UnixPermissionSet set
)

Parameters

remotePath
Type: SystemString
File to change permissions for.
set
Type: Limilabs.FTP.ClientUnixPermissionSet
New permissions to set.
See Also