Skip to content
Myra Online Help Updated · 21 Aug 2026

Uploading data via SFTP

To provide data via SFTP for the Myra Object Storage, you must connect to the Myra server using an FTP client.

Proceed as follows to connect to the Myra server:

  • Open your FTP client.
  • Open a new connection to the Myra server pcdn.myracloud.com
  • To submit your application, please provide the following information:

    • Username for your SFTP account
    • Port 22
    • SSH key
  • Connect to the server.

  • Once the connection has been successfully established, you will be taken to the home directory.

For each domain and subdomain for which object storage has been enabled, there is a folder with the following subfolders:

OS_example_SFTP_DE_EN

Example SFTP folder

  • www: The main directory for the data of the corresponding domain or subdomain that is to be delivered via object storage.

    Note

    The structure of the data stored in the www folder must correspond exactly to the folder structure and data locations on your infrastructure.

    Otherwise, the data cannot be found.

  • zip-upload: A transfer directory for providing the data as a ZIP archive. Zip archives stored in the zip-upload folder are unzipped and the data they contain is copied to the www directory.

The data provided for object storage can then be accessed via the following paths, for example:

  • Object storage path: /cdn.myratest.de/www/path/to/file.html
  • URL: http://cdn.myratest.de/path/to/file.html