2007-07-04

amulecmd

~/.aMule/amule.conf

AcceptExternalConnections=1
ECPassword=<md5 string> # get this string with this:
$ echo "your passwd" | md5sum | cut -d ' ' -f 1

then:
$ amuled &

you can using amulecmd do a simply control.
$ amulecmd -P "your passwd" [-c "control cmd"]

//EOF

0 comments: