meganz / MEGAcmd

Command Line Interactive and Scriptable Application to access MEGA
Other
1.94k stars 407 forks source link

MEGACMD IS SLOW DOWNLOADING FILES #754

Open frashersam opened 1 year ago

frashersam commented 1 year ago

Good morning, I currently trying to download a 1.61 Tb using a server machine on Digital ocean (Debian 11), I just install .deb package from Mega.nz, and when a I download it just use a 20 MB/s of bandwidth, I don´t know how to (at least) get 50-60MB/s, of 1Gbps of bandwidth),

Also if a just type; "mega-get link /root/file," how I can pause the download process? thanks in advance, sorry for my bad english.

polmr commented 1 year ago

mega-transfers will list your active transfers. You can pause one individually with:

mega-transfers -p TAG

or all with:

mega-transfers -p -a

To resume use -r instead of -p.

More info: mega-transfers --help