 | FtpSiteChangeMode(String) Method |
Executes SITE CHMOD command: removes all privileges for all.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic void SiteChangeMode(
string remotePath
)
Public Sub SiteChangeMode (
remotePath As String
)
public:
void SiteChangeMode(
String^ remotePath
)
member SiteChangeMode :
remotePath : string -> unit Parameters
- remotePath String
- File to change permissions for.
See Also