Download Steps
To facilitate user downloads and protect product intellectual property, unrestricted user downloads will be cancelled in the future. Downloads will support web-based download and command-line download. For specific steps, please refer to the following procedures, and the download link should be automatically replaced with the required installation package.
- First, you need to create an End User account for the customer in Zendesk (you need user creation permission or administrator permission to create it)
- After creation, a registration verification email will be sent to the customer's email address
- The customer clicks the link, sets a password, and completes registration
- After that, you can choose one of the following two methods to download
Web Download
- After the customer enters or pastes the download link in the browser URL bar and presses Enter, the download task will be loaded, for example: https://download.rankez.co/product/pam/<Version>/<Package>
- The page will redirect to the Zendesk page for login authentication.
- Customer enters the registered account name and password and clicks Login.
- After authentication, it will redirect to the download permission confirmation page, please select "Allow".
- After that, the browser will redirect again and pop up a download path dialog; after selection, the download task will start.
Command Line Download
- After the customer selects and enters one of the following two commands in the command line window, a password input prompt will appear.
# wget wget --user=<Your Zendesk Email> --ask-password https://download.rankez.co/product/pam/<Version>/<Package> # curl curl -uLO <Your Zendesk Email> https://download.rankez.co/product/pam/<Version>/<Package>
2.Please enter the Zendesk registered account and password, complete authentication.
3.After authentication is passed, the installation package will be automatically downloaded.
Or directly enter one of the following two commands for non-interactive download.
# wget
wget --user=<Your Zendesk Email> --password=<Zendesk Password> https://download.rankez.co/product/pam/<Version>/<Package>
# curl
curl -uLO <Your Zendesk Email>:<Zendesk Password> https://download.rankez.co/product/pam/<Version>/<Package>
Comments
0 comments
Please sign in to leave a comment.