Does Blomp support SSHFS, WebDAV, SMB, FTP, or SFTP connections?
Posted: Thu Nov 06, 2025 6:54 am
Currently, Blomp does not support SSHFS, WebDAV, SMB, FTP, or SFTP connections.
Our storage is based on OpenStack Swift, which supports file operations (upload, list, delete) through its REST API. Unfortunately, FTP and SFTP access are not supported, as these are older transfer methods that don’t meet today’s standards for secure, high-performance backups.
Instead, Blomp supports integration through the OpenStack Swift Object Storage API, which allows you to upload, list, download, and delete files programmatically. This approach is modern, secure, and scalable.
For developers looking to interact with Blomp programmatically, you can find the official OpenStack Swift API reference here:
OpenStack Swift API Docs
Our base authentication URL is:
https://authenticate.blomp.com
Many users also integrate Blomp with tools like rclone (Swift backend) or rsync within their workflows for automated and encrypted file transfers. While these tools are popular in the community, please note that we do not provide direct configuration guidance or troubleshooting for them.
If you're looking for further integration help, we encourage you to explore our Support Forum, where developers share examples and discuss Blomp’s API and integrations:
Blomp Support Forum
If you have any other questions or need help, feel free to ask!
Our storage is based on OpenStack Swift, which supports file operations (upload, list, delete) through its REST API. Unfortunately, FTP and SFTP access are not supported, as these are older transfer methods that don’t meet today’s standards for secure, high-performance backups.
Instead, Blomp supports integration through the OpenStack Swift Object Storage API, which allows you to upload, list, download, and delete files programmatically. This approach is modern, secure, and scalable.
For developers looking to interact with Blomp programmatically, you can find the official OpenStack Swift API reference here:
OpenStack Swift API Docs
Our base authentication URL is:
https://authenticate.blomp.com
Many users also integrate Blomp with tools like rclone (Swift backend) or rsync within their workflows for automated and encrypted file transfers. While these tools are popular in the community, please note that we do not provide direct configuration guidance or troubleshooting for them.
If you're looking for further integration help, we encourage you to explore our Support Forum, where developers share examples and discuss Blomp’s API and integrations:
If you have any other questions or need help, feel free to ask!