Hi there,
Thanks for your question.
Please have a look at this guide first, it explains how Blomp works at a technical level:
https://support.blomp.com/viewtopic.php?t=2615
Here is a quick summary for you:
Blomp uses OpenStack Swift for authorization and storage access. Authentication is handled via the OpenStack Swift REST API, not via FTP, SFTP, or similar protocols.
The base authentication endpoint is:
https://authenticate.blomp.com
You send your Swift credentials to this endpoint to obtain an authentication token, which is then used in subsequent API requests for uploading, listing, downloading, or deleting files.
The full request structure, headers, and response formats are documented in the official OpenStack Swift API documentation linked in the guide above.
If you need clarification on a specific part of the flow, feel free to let us know.
Kind regards,
Blomp Support