- ZStack supports the following URL formats:
- HTTP/HTTPS:
- FTP:
- Anonymous mode: ftp://hostname[:port]/path/file
- Non-anonymous mode: ftp://user:password@hostname[:port]/path/file
Example: ftp://zstack:password@172.20.0.10/pub/zstack-image.qcow2
- SFTP:
- Specified password mode: sftp://user:password@hostname[:port]/path/file
Example: sftp://root:password@172.20.0.10/pub/zstack-image.qcow2
- Password-free mode: sftp://user@hostname[:port]/path/file
Example: sftp://root@172.20.0.10/pub/zstack-image.qcow2
- Specified password mode: sftp://user:password@hostname[:port]/path/file
- The absolute path on backup storages such as SFTP and ImageStore:
Example: file:///opt/zstack-dvd/zstack-image-1.4.qcow2
Note:
- We recommend that you download images by creating a HTTP server.
- If local images are used, make sure that image URLs must be absolute paths.
When I create an image, errors related to the URL will be displayed. What are the general resolutions? Print
Created by: ZStack Support
Modified on: Mon, 28 Mar, 2022 at 11:19 AM
Did you find it helpful? Yes No
Send feedbackSorry we couldn't be helpful. Help us improve this article with your feedback.