Click or drag to resize

FtpSiteChangeMode(String, UnixPermissionSet) Method

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.26109.1248
Syntax
public void SiteChangeMode(
	string remotePath,
	UnixPermissionSet set
)

Parameters

remotePath  String
File to change permissions for.
set  UnixPermissionSet
New permissions to set.
See Also