RemotePermissions
Defined in: src/types/public.ts:24
Portable permission metadata for a remote entry.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
group? | string | Group permission component when the protocol exposes it. | src/types/public.ts:30 |
other? | string | Other/world permission component when the protocol exposes it. | src/types/public.ts:32 |
raw? | string | Raw protocol permission text, such as Unix mode characters or MLSD perm facts. | src/types/public.ts:26 |
user? | string | User/owner permission component when the protocol exposes it. | src/types/public.ts:28 |