| 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.22214.1022
Syntax public List<FtpPermission> Permissions { get; }
Public ReadOnly Property Permissions As List(Of FtpPermission)
Get
public:
property List<FtpPermission^>^ Permissions {
List<FtpPermission^>^ get ();
}
member Permissions : List<FtpPermission> with get
Property Value
Type:
ListFtpPermissionRemarks May be null.
See Also