go-mega
go-mega copied to clipboard
Feature Request: Download a public folder
Can you add support for downloading a public folder.
Fancy having a go at this?
@ncw Sure will try to add this feature over the weekend and send a PR
@ncw I am unable to find documentation/guide on mega.nz's api. Can you guide me on this?
There is no documentation. You have to read their C++ program to find out how it works :-( https://github.com/meganz/sdk
@ncw Having looked at the C++ program, i could not make any sense of it. But I am willing to sponsor a bounty, if a person with the required skillset can add this feature. @t3rm1n4l
@jagan-veeraraghavan Did you find any solutions?
/Applications/MEGAcmd.app/Contents/MacOS/mega-get 'https://mega.nz/folder/xxx' .
works.
+1 on this!
megatools-dl
can do this already, full sources available here:
https://megous.com/git/megatools/tree/tools/dl.c
Any idea how hard it would to be support this with go-mega as well?