burusftpwa svc install
Install the Web Administration as a Windows service.
Synopsis
burusftpwa svc install [options]Options
--sp <password>
Password for the user account. Prompts if not provided.
--startup (automatic | manual)
Service startup mode.
Default:automatic.--su <username>
User account under which the service runs.
Default:Local System account.Examples
# Install with defaults (Local System, automatic startup)
burusftpwa svc install
# Install under a specific account with manual startup
burusftpwa svc install --su guybrush --startup manualSee also
burusftpwa svc start, burusftpwa svc stop, burusftpwa svc uninstall