I'm trying to use amulecmd to change the bandwidth like stated in
http://forum.amule.org/thread.php?threadid=4828&sid=&The idea is the use the crontab to add a task that will reduce or increse the upload/download bandwidth based on time.
So I wish to increse from 3 am to 9 am an decrease between 9 am and 3 am.
I have 3 problems:
1 -Every time I run "amulecmd" from a terminal, it asks me for the host, port and password in a GUI!
I need the script to do the job, so I can schedule it, without showing a GUI and waiting for user input.
2- Even if I had to use a GUI I always get an error connecting:
Creating client...
Now, doing connection....
Using host 'localhost' port: 4712
Trying to connect (timeout = 10 sec)...
Connection Failed. Unable to connect to the specified host
I shutdown the firewall and I still wasn't able to connect.
3- When I execute amulecmd --help in the terminal, it does show any option to send a command to emule!?!?
How can I send the command 'amulecmd -c "setdownbwlimit 2"' if the option "-c" is not supported?
Thanks in advance