Click or drag to resize

FtpSiteChangeMode(String) Method

Executes SITE CHMOD command: removes all privileges for all.

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

Parameters

remotePath  String
File to change permissions for.
See Also