megacmd
megacmd copied to clipboard
A command-line client for mega.co.nz storage service
On some accounts it works great. On others, I get the error: "Unable to establish connection to mega service" When trying to do anything, including a simple list of mega:/
i compiled megacmd today and tried to upload a file with 30 upload workers but it failed --- failed attempt with 30 upload workers, 1st try: ./megacmd put ../Downloads/fenrus.img.gz mega:/...
panic: runtime error: invalid memory address or nil pointer dereference [signal 0xb code=0x1 addr=0x20 pc=0x10dc0] goroutine 1 [running]: main.main() /root/megacmd/main.go:52 +0x1c0 goroutine 2 [syscall]: created by runtime.main /build/buildd/golang-1/src/pkg/runtime/proc.c:221 goroutine 3...
Hi, uploading with megacmd works fine, I made sure by redownloading uploaded files through the official mega.cn.nz website then comparing md5sum. Bug when trying to download them with megacmd, I...
megacmd working fine with some accounts. Trying to list content of this account (42336 files) I am getting the following: ``` fabri@PC111ubuntu:~$ megacmd -conf=".megacmd.json.old" list mega:/ panic: runtime error: invalid...
megacmd should handle corrupted files in MEGA better. When running a sync, I don't want megacmd to cancel it because there is one file that is messed up in MEGA...
I will limit upload speed but trickle can't work for megacmd trickle -v -s -u10 megacmd put /mnt/big/劇集/四大名捕II.iso mega:/劇集/ megacmd: [trickle] Initialized Copying /mnt/big/劇集/四大名捕II.iso -> mega:/劇集/ # 0.04 % of...
Is it possible to return the link address of the file you've just uploaded?
I'm getting the error "invalid json config". I configured the .megacmd.json exactly as mentioned in the readme file: If I change the password to 1234. I'm getting the login error....
If i do: /etc/megacmd sync mega:/cloud/ /var/www/cloud/ Found 1333 file(s) to be copied After 100 files it throws: ERROR: Unable to sync mega:/cloud/ to /var/www/cloud/ (Http Status:500 Server Too Busy)...