Download Uplink CLI #
Install the binary for your OS:
Download the Windows Uplink Binary zip file #
In the Downloads folder, right-click and select “Extract all”
Extract to your user’s folder ("Alexey" in this example):
Once extracted, do not try to open the file, as it can only be accessed via command line.
Open Windows PowerShell and continue on to the next step.
AMD64 #
Curl Download #
curl -L https://github.com/storj/storj/releases/latest/download/uplink_linux_amd64.zip -o uplink_linux_amd64.zip
unzip -o uplink_linux_amd64.zip
sudo install uplink /usr/local/bin/uplink
Direct Download #
ARM #
Curl Download #
curl -L https://github.com/storj/storj/releases/latest/download/uplink_linux_arm.zip -o uplink_linux_arm.zip
unzip -o uplink_linux_arm.zip
sudo install uplink /usr/local/bin/uplink
Direct Download #
ARM64 #
Curl Download #
curl -L https://github.com/storj/storj/releases/latest/download/uplink_linux_arm64.zip -o uplink_linux_arm64.zip
unzip -o uplink_linux_arm64.zip
sudo install uplink /usr/local/bin/uplink