You can use your Apigee ftp credentials to download and install Edge for Private Cloud version 4.16.01 by using the following curl command:
curl [https://uName:pWord@software.apigee.com/bootstrap.sh](https://uName:pWord@software.apigee.com/bootstrap.sh) -o /tmp/bootstrap.sh
where uName:pWord are the username and password you received from Apigee.
If your password contains special characters, such as “>”, “$”, “@”, or “*”, then you can either URL-encode them as part of the curl command, or use the curl “-u” option:
curl [https://software.apigee.com/bootstrap.sh](https://software.apigee.com/bootstrap.sh) -o /tmp/bootstrap.sh -u uName
In this example, you specify only your user name in the curl command. You will then be prompted to enter the password, which can contain special characters.