Câu trả lời:
Bạn có thể cài đặt megatools như vậy
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
Thưởng thức!
Cách mạnh mẽ hơn dường như để cài đặt tất cả các công cụ:
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
Chỉnh sửa Để chỉ cài đặt nhị phân trên sinh động và khôn ngoan (15.04 / 15.10), bạn có thể chạy sudo apt-get install megatools
. Trên các phiên bản trước, bạn có thể chạy
sudo add-apt-repository ppa:megous/ppa
sudo apt-get update
sudo apt-get install megatools
Từ Readme :
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.
Xem thêm http://megatools.megous.com