Uploads & Sync
Hyperfile supports multiple ways to get files into your filesystem.
Browser Uploads
Drag files from your desktop into the file browser, or click the upload button in the toolbar. Hyperfile will:
- Hash each file locally
- Skip files that already exist (deduplication)
- Upload new files in parallel
- Update the file tree
Large files are split into chunks for reliable upload over unstable connections.
Upload Progress
The upload queue in the sidebar shows real-time progress for all pending uploads. You can continue browsing while uploads run in the background.
CLI Sync
For larger directories or automated workflows, use the CLI sync command:
hyperfile sync ./local-dir --fs <filesystem-uid>
Sync compares your local tree with the remote and transfers only changed files. See the CLI Sync documentation for details.