Site Addresses

Throughout Swiss Army Upload, sites are referred to by “URLs” or “addresses”. Normally this would be something like https://yoursite.example/page.html, but within SAU, they are slightly different.

Addresses in general take the form of <service>://<site domain>/<file> (eg, this page is tea://swiss-army-upload.teahouse.cafe/urls.html), and can refer to a few different things:

  • <service>:: This refers to a service overall, almost always about authentication.

  • <service>://<site>: This refers to either the site overall (again, for authentication) or the root folder of your site (for sync)

  • <service>://<site>/<path>: This refers to either a specific file (for get and put) or a sub-folder (for sync)

The specific list of service names can be found in Supported Services.