Difference between revisions of "FAQ amulecmd"

From AMule Project FAQ
Jump to: navigation, search
(use wiki tags, not html)
Line 9: Line 9:
 
'''I cannot connect to [[aMuled]]. It seems [[aMuled]] does not create the listening port for connecting to it :-\?'''
 
'''I cannot connect to [[aMuled]]. It seems [[aMuled]] does not create the listening port for connecting to it :-\?'''
  
You have probably not enabled [[External Connections]] in ''~/.aMule/amule.conf<br>
+
You have probably not enabled [[External Connections]] in ''~/.aMule/amule.conf
<table><tr><td valign=top>'''NOTE:'''</td><td valign=top>You can create the value for ''ECPassword'' like that:<br>
+
 
$ echo -n yourpasswordhere | md5sum | cut -d ' ' -f 1</td></tr>
+
{|
</table>
+
|valign=top | '''NOTE:''' || You can create the value for ''ECPassword'' like that:
 +
|-
 +
| ||$ echo -n yourpasswordhere | md5sum | cut -d ' ' -f 1
 +
|}

Revision as of 14:54, 30 March 2006

How can I configure amulecmd to schedule actions? (Linux)

You have to configure such jobs with crontab. Let's do it by example:

bash ~# crontab -e
00 6   * * * amulecmd -c "setupbwlimit 20"
00 22 * * * amulecmd -c "setupbwlimit 0"

Will set your download bandwith limit to 20 kb/s on 6:00am and unlimited on 10:00pm. For more possibilities see also aMuleCMD.

I cannot connect to aMuled. It seems aMuled does not create the listening port for connecting to it :-\?

You have probably not enabled External Connections in ~/.aMule/amule.conf

NOTE: You can create the value for ECPassword like that:
md5sum | cut -d ' ' -f 1