Click or drag to resize

FtpItemUnixPermissions Property

Gets UNIX permissions for this item. This property is filled by List method (when remote server is running on UNIX/LINUX operating system) or by GetList (when MLST is NOT supported and remote server is running on UNIX/LINUX operating system).

Namespace: Limilabs.FTP.Client
Assembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntax
public UnixPermissionSet UnixPermissions { get; }

Property Value

UnixPermissionSet
Remarks
May be null.
See Also