Difference between revisions of "AMuleCMD"

From AMule Project FAQ
Jump to: navigation, search
m (links)
Line 1: Line 1:
To run AMuleCMD simply type the command name at a command prompt. Note it's all lower case.
+
Basically, aMuleCMD is a command line interface to access [[aMule]] or [[aMuled]] locally or remote. To run AMuleCMD simply type the command name at a command prompt. Note it's all lower case.
 
+
:$>amulecmd
$>amulecmd
+
 
+
 
(This is based on [[linux.definition|Linux]]. You may need to go to the actual directory on other OS's if it's not in the path.)
 
(This is based on [[linux.definition|Linux]]. You may need to go to the actual directory on other OS's if it's not in the path.)
  
I needed to set "use [http://www.networksorcery.com/enp/protocol/tcp.htm TCP] ports instead of [http://www.unix.org Unix] local sockets" to be on, in Preferences -> Remote Connection -> External Connection Parameters.
+
According to the amulecmd help you can perform the following commands:
  
You can also set the password in same Preferences section.
+
Quit<br>
 +
Help<br>
 +
Stats<br>
 +
Show DL<br>
 +
Resume n<br>
 +
Pause n<br>
 +
ServerStatus<br>
 +
Connect<br>
 +
SetUpBwLimit n<br>
 +
SetDownBwLimit n<br>
 +
Disconnect
  
With [[aMule]] 2.0.0-rc5:
+
You can use this command to perform scheduled jobs with aMule(d), too. See [[FAQ_amulecmd]] for more details.<br>
According to the amulecmd help you can perform the following commands.
+
If you prefer something more graphical use [[AMuleGUI]] (or [[aMule]] of course ;-).
  
Quit
+
'''NOTE:''' You must have [[External Connections]] enabled in order to be able to connect to aMule(d).
  
Help
+
I needed to set "use [http://www.networksorcery.com/enp/protocol/tcp.htm TCP] ports instead of [http://www.unix.org Unix] local sockets" to be on, in Preferences -> Remote Connection -> External Connection Parameters.
 
+
Stats
+
 
+
Show DL
+
 
+
Resume n
+
 
+
Pause n
+
 
+
ServerStatus
+
 
+
Connect
+
 
+
.Disconnect
+
 
+
You can also do "Show UL" which doesn't do anything as of rc5 version.
+

Revision as of 00:39, 1 August 2005

Basically, aMuleCMD is a command line interface to access aMule or aMuled locally or remote. To run AMuleCMD simply type the command name at a command prompt. Note it's all lower case.

$>amulecmd

(This is based on Linux. You may need to go to the actual directory on other OS's if it's not in the path.)

According to the amulecmd help you can perform the following commands:

Quit
Help
Stats
Show DL
Resume n
Pause n
ServerStatus
Connect
SetUpBwLimit n
SetDownBwLimit n
Disconnect

You can use this command to perform scheduled jobs with aMule(d), too. See FAQ_amulecmd for more details.
If you prefer something more graphical use AMuleGUI (or aMule of course ;-).

NOTE: You must have External Connections enabled in order to be able to connect to aMule(d).

I needed to set "use TCP ports instead of Unix local sockets" to be on, in Preferences -> Remote Connection -> External Connection Parameters.