Click or drag to resize

FtpItemPermissions Property

Gets MLSD permissions for this item. This list is filled by MLSD method or by GetList (when MLST is supported and perm fact is returned by the server).

Namespace: Limilabs.FTP.Client
Assembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntax
public List<FtpPermission> Permissions { get; }

Property Value

ListFtpPermission
Remarks
May be null.
See Also