Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ShareFolderHostOptions

Options for a host.

Hierarchy

  • ShareFolderHostOptions

Index

Properties

Optional accountValidator

accountValidator: AccountValidator

A function to validate an account.

Optional canWrite

canWrite: boolean

Indicates if clients can do write operations or not.

Optional port

port: number

The custom TCP port.

Optional realm

realm: string

The custom name of the real for basic authentification.

Optional requestValidator

requestValidator: RequestValidator

A function that validates a request.

Optional root

root: string

The custom root directory.

Optional ssl

SSL settings.

Generated using TypeDoc