メガツールなどのクライアントをUbuntu Server(SSH)にインストールして、MEGA(mega.co.nz)にファイルをアップロードおよびダウンロードする方法を誰かが知っているかどうか疑問に思っていました。
よろしくお願いします、Joserex65。
メガツールは次のようにインストールできます
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
楽しい!
すべてのツールをインストールするように見えるより堅牢な方法:
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
Editvividとwily(15.04/15.10)にバイナリのみをインストールするには、Sudo apt-get install megatools
を実行するだけです。以前のバージョンでは、次を実行できます
Sudo add-apt-repository ppa:megous/ppa
Sudo apt-get update
Sudo apt-get install megatools
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.
http://megatools.megous.com も参照してください