Risposte:
Puoi installare megatools in questo modo
git clone https://github.com/megous/megatools.git
cd megatools/
sudo apt-get install libtool libglib2.0-dev gobject-introspection libgmp3-dev nettle-dev asciidoc glib-networking#(these are the dependancies I needed, you may need others)
./autogen.sh
make
sudo make install
Godere!
Modo più robusto che sembra installare tutti gli strumenti:
sudo apt-get install libtool libglib2.0-dev gobject-introspection libgmp3-dev nettle-dev asciidoc glib-networking
wget http://megatools.megous.com/builds/megatools-1.9.94.tar.gz
zcat megatools-1.9.94.tar.gz > megatools-1.9.94.tar
tar -xf megatools-1.9.94.tar
cd megatools-1.9.94/
./configure
make
sudo make install
Modifica Per installare solo il binario su vivido e astuto (15.04 / 15.10), puoi semplicemente eseguire sudo apt-get install megatools
. Nelle versioni precedenti, è possibile eseguire
sudo add-apt-repository ppa:megous/ppa
sudo apt-get update
sudo apt-get install megatools
Dal file Leggimi :
Tools
=====
megareg Register and verify a new mega account
megadf Show your cloud storage space usage/quota
megals List all remote files
megamkdir Create remote directory
megarm Remove remote file or directory
megamv Move and rename remote files
megaput Upload individual files
megaget Download individual files
megadl Download file from a "public" Mega link
(doesn't require login)
megastream Streaming download of a file
(can be used to preview videos or music)
megasync Upload or download a directory tree
megafs Mount remote filesystem locally.
Vedi anche http://megatools.megous.com
Esiste uno strumento da riga di comando fornito dal funzionario.
vedi MEGAcmd