Click or drag to resize

UnixPermissionSetParseText Method

Parses ls command style text ("rw-r--r--", "rw-rw-rw-", "rwxrwxrwx", "000").

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

Parameters

text
Type: SystemString
Text to parse.
See Also