t3rm1n4l / megacmd

A command-line client for mega.co.nz storage service
456 stars 74 forks source link

MAC verification failed after download #93

Open tekilaz opened 6 years ago

tekilaz commented 6 years ago

Hello, i always have this error after downloading a floder or a file with command megacmd sync mega:/stuff /home/mega/ rt39.rar -> /home/seuff/xxx.part39.rar # 100.00 % of 213MB at 4.1M/s 51s ERROR: Unable to sync mega:/stuff to /home/mega/ (MAC verification failed)

i've tried with megacmd sync /home/mega mega:/stuff/xxx.part39.ra But same issue. /home/mega# megacmd -version Version : 0.013 Commit : cab9e9b72e8c701fba92fe5e6165591e5705abb2 Author : Sarath Lakshman Github : github.com/t3rm1n4l/megacmd

Thanks for your help

my conf file: cat ~/.megacmd.json { "User" : "xxx@xxx.com", "Password" : "xxx", "DownloadWorkers" : 4, "UploadWorkers" : 4, "SkipSameSize" : true, "Verbose" : 1 }