Download files from mega.co.nz in java

Does anyone know how to download files from mega.co.nz to java, because URLs are not directly loaded due to the popping up dialog box.

eg. the link does not directly load. Dialog image:enter image description here

How to load these files directly in java?

+3
source share
1 answer

This may fit your needs: https://github.com/Ale46/Mega-Java

The project is a complete mega api.

+3
source

All Articles