sdk icon indicating copy to clipboard operation
sdk copied to clipboard

MEGA C++ SDK

Results 112 sdk issues
Sort by recently updated
recently updated
newest added

In regards to Windows and Java links here to download pre-built dll or java bindings files are broken: https://github.com/meganz/sdk/tree/master/examples/java

Hey, I'm having some trouble in compiling sdk/examples/linux/megafuse I've seen this issue https://github.com/meganz/sdk/issues/128 but my problem is different, I don't get any errors when I run ./configure. what I did:...

This is a command named `stat` very much similar to common linux utility `du`. Examples of how to use this command: ``` MEGAcli> stat -h Invalid Syntax stat [-s|-a] [-S]...

These changes add --with-rt=... configure option. With that possible to disable rt if it is present on the host system, or set the path. The changes don’t modify the compile,...

These changes fix compilation on Net- and OpenBSD, which don’t support AI_V4MAPPED. The solution doesn’t affect other platforms. Reference: #2661

These changes add --tag=CXX to libtool flags on DragonFly and NetBSD as on Linux or Android. Reference: #2661

These changes add some extra #ifdef where FreeBSD already used. Reference: #2661

I am a satisfied user of the MEGA service, thank you for your work. I use the mega-sdk (megacmd) on Linux, on FreeBSD, as well as with minor modifications DragonFly...

Adding ability to do "cd -" on the commandline. In most UNIX based systems being able to do "cd -" (i.e. minus) helps you move quickly back and forth between...