go-mega icon indicating copy to clipboard operation
go-mega copied to clipboard

Feature Request: Download a public folder

Open ghost opened this issue 5 years ago • 8 comments

Can you add support for downloading a public folder.

ghost avatar Jul 18 '19 04:07 ghost

Fancy having a go at this?

ncw avatar Jul 22 '19 15:07 ncw

@ncw Sure will try to add this feature over the weekend and send a PR

ghost avatar Jul 23 '19 19:07 ghost

@ncw I am unable to find documentation/guide on mega.nz's api. Can you guide me on this?

ghost avatar Jul 30 '19 08:07 ghost

There is no documentation. You have to read their C++ program to find out how it works :-( https://github.com/meganz/sdk

ncw avatar Jul 30 '19 20:07 ncw

@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

ghost avatar Aug 22 '19 13:08 ghost

@jagan-veeraraghavan Did you find any solutions?

NightMachinery avatar Mar 26 '21 08:03 NightMachinery

/Applications/MEGAcmd.app/Contents/MacOS/mega-get 'https://mega.nz/folder/xxx' . works.

NightMachinery avatar Mar 26 '21 09:03 NightMachinery

+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?

MarcoWel avatar Jun 27 '23 23:06 MarcoWel