Mega Data Transfer
Overview
Use Mega to transfer data between your local machine and the cloud.
Install Mega-CMD
Open a terminal and ssh into your instance, or use the terminal in the Jupyter Notebook UI.
Then run the following command to install Mega-CMD.
### install dependencies
echo "deb http://archive.ubuntu.com/ubuntu focal main" | tee /etc/apt/sources.list.d/focal.list
apt update
apt install libssl1.1
apt install tzdata
wget http://security.ubuntu.com/ubuntu/pool/main/i/icu/libicu66_66.1-2ubuntu2.1_amd64.deb
dpkg -i libicu66_66.1-2ubuntu2.1_amd64.deb
### install mega-cmd
wget https://mega.nz/linux/repo/xUbuntu_20.04/amd64/megacmd-xUbuntu_20.04_amd64.deb && apt install "$PWD/megacmd-xUbuntu_20.04_amd64.deb"
Download Data
Run the following command to download data from Mega to your instance.
mega-get <mega_link> <destination path>