SFTP.cloud Storage Connector installer
=====================================

This archive holds two files that belong together:

    sc-setup       the installer
    sc-setup.sig   its signature

Keep them in the same folder. Before it touches anything the installer verifies
itself against that signature, and refuses to run without it.

To install, from the folder you extracted into:

    sudo ./sc-setup install

The file is already executable; there is no chmod step.

For a headless server, so you can finish setting up from another machine:

    sudo ./sc-setup install --access network

To remove the Connector later:

    sudo sc-setup uninstall

Full instructions: https://docs.sftp.cloud/connector/install-linux
