SOP โ€บOperating System โ€บFile Host

File Host

Versioned deliverable hosting at files.sga.team.

The rule โ€” Never overwrite a version. A new version is always a new sibling folder (v2, v3, โ€ฆ); existing versions stay browsable forever.

Files live under a per-client folder and are reachable at a clean public URL. The review tool embeds these URLs directly.

Folder convention
/{business}/{initiative}/{deliverable}/{version}/

All lowercase, spaces โ†’ hyphens. HTML deliverables use index.html as the entry file, and URLs stay clean (they end in /v2/, never show index.html).

Access

Read: any deep link is public; the bare root listing is behind Basic Auth so the client list isn't public. Write: SFTP, host files.sga.team, port 22, per-person logins. The in-app Files wizard auto-versions uploads for you.

Last updated 2026-06-11ยทSource: review-tool-and-file-systemโœŽ edit via Claude Code