burusftp svc install

Install the Buru SFTP Server as a Windows service.

Synopsis

burusftp svc install [options]

Options

--startup (automatic | manual)

Service startup mode.

Default: automatic.
--su <username>

User account under which the service runs.

Default: Local System account.
--sp <password>

Password for the user account. Prompts if not provided.

Examples

# Install with defaults (Local System, automatic startup)
burusftp svc install

# Install under a specific account with manual startup
burusftp svc install --su guybrush --startup manual

See also

burusftp svc start, burusftp svc stop, burusftp svc uninstall

On this page