Click or drag to resize

UnixPermissionSetToText Method

Returns a string that represents this permission in ls command style ("rw-r--r--", "rw-rw-rw-", "rwxrwxrwx", "000")

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

Return Value

String
String that represents this premissions.
See Also