Privacy Policy
Last updated: April 2026
Remote Disk is a client-side iOS app. It does not operate any backend server of its own, and it does not collect, transmit, or sell your personal data to the developer or any third party. The sections below describe what data the app handles and where it lives.
What the app stores on your device
- Connection settings (provider, endpoint, region, host name, bucket name, username) — kept in a local SQLite database inside the app's sandbox.
- Credentials (access keys, secret keys, passwords, SSH private keys) — stored in the iOS Keychain using an app-specific access group, protected by device encryption and accessible only after first unlock.
- File metadata cache (names, sizes, timestamps, ETags, sync state) — kept locally so that listings load quickly and two-way sync can detect conflicts.
- Materialized file contents — downloaded on demand when you or another app opens a file. These live in the iOS File Provider cache and can be evicted by iOS at any time.
What the app sends over the network
Remote Disk connects only to the storage endpoints you configure — your S3-compatible bucket URL or your SFTP host. Requests go directly from your device to that endpoint. The developer has no servers in the middle, no analytics SDK, no ad network, no crash reporter.
Network traffic to S3 endpoints is HTTPS. SFTP traffic is encrypted by the SSH protocol. Self-signed or custom TLS trust is only used if you explicitly configure it for your endpoint.
What the app does not do
- No telemetry, usage analytics, or tracking identifiers.
- No advertising.
- No account, sign-up, or cloud login with the developer.
- No data shared with third parties.
Third-party services
The only external services involved are the storage endpoints you configure (for example AWS S3, Cloudflare R2, Backblaze B2, MinIO, or an SFTP server you operate or rent). Their respective privacy policies govern what they log about your requests.
Children
Remote Disk is not directed at children under 13 and does not knowingly collect information from them.
Changes
If this policy materially changes, the updated version will be published on this page with a new "last updated" date.
Contact
Questions? Email contact@eof.io.