Click or drag to resize

FtpSiteChangeMode Method (String)

Executes SITE CHMOD command: removes all privileges for all.

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

Parameters

remotePath
Type: SystemString
File to change permissions for.
See Also