Control: tags -1 moreinfo On Tue, Jul 03, 2018 at 02:50:05PM +0200, Pavel Kreuzt wrote:
> When trying to create a .megarc settings file as explained on > documentation, these settings are not acknowledged by mega > tools. They only follow options set on command line. > For example, I tried to use a Tor proxy on .megarc with this option: > > Proxy = socks5h://127.0.0.1:9050 Did you put that in the Network section? It should look like this in the config file: [Login] Username = ... Password = ... [Network] Proxy = socks5h://127.0.0.1:9050 > This also happens with other settings as user/pass or speed > limitations. Also with user/pass? What's the output of this command? $ strace megadf 2>&1|grep megarc Berto

