Skip to content

RemotePermissions

Defined in: src/types/public.ts:24

Portable permission metadata for a remote entry.

PropertyTypeDescriptionDefined in
group?stringGroup permission component when the protocol exposes it.src/types/public.ts:30
other?stringOther/world permission component when the protocol exposes it.src/types/public.ts:32
raw?stringRaw protocol permission text, such as Unix mode characters or MLSD perm facts.src/types/public.ts:26
user?stringUser/owner permission component when the protocol exposes it.src/types/public.ts:28