| 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
)
Public Sub SiteChangeMode (
remotePath As String
)
public:
void SiteChangeMode(
String^ remotePath
)
member SiteChangeMode :
remotePath : string -> unit
Parameters
- remotePath
- Type: SystemString
File to change permissions for.
See Also