AMULECMD(1) | aMule utilities | AMULECMD(1) |
amulecmd - Console-based program to control aMule
amulecmd [-h <host>] [-p <port>] [-P <password>] [-f <path>] [-q] [-v] [-l <lang>] { [-w] | [-c <command>] }
amulecmd [--create-config-from=<path>]
amulecmd [--version]
amulecmd [--help]
amulecmd is a console-based client to control aMule.
All commands are case insensitive.
Adds an eD2k-link or a magnet-link to the core.
The eD2k link to be added can be:
The magnet link must contain the eD2k hash and file length.
Cancels the download specified by <hash> or <number>. To get the value use show.
Connect to the network.
This will connect to all networks that are enabled in Preferences.
With the optional parameter you can specify which network to connect to. Giving a server address in the form of IP:Port (where IP is either a dotted decimal IPv4 address or a resolvable DNS name) aMule will connect to that server only.
Disconnect from all networks you are connected to, or just disconnect from the specified network.
Start downloading a file.
The <number> of a file from the last search has to be given. Example: `download 12' will start to download the file with the number 12 of the previous search.
Disconnect from amule/amuled and quit amulecmd.
Get and display a preference value.
Available values for <what>:
Prints a short usage description. If called without parameter, it shows a list of available commands. If called with <command>, it shows a short description of the given command.
Pauses the download specified by <hash> or <number>. To get the value use show.
Set priority of a download specified by <hash> or <number>.
Available values for <priority>:
Shows the progress of an on-going search.
A synonim of the exit command.
Reloads a given object.
Available values for <what>:
Reset the log.
Shows you the results of the last search.
Resumes the download specified by <hash> or <number>. To get the value use show.
Makes a search for the given <keyword>. A search type and a keyword to search is mandatory to do this. Example: `search kad amule' performs a kad search for `amule'.
Available search types:
Sets a given preferences value.
Available values for <what>:
Shows upload/download queue, servers list or shared files list.
Available values for <what>:
Shutdown the remote running core (amule/amuled). This will also shut down the text client, since it is unusable without a running core.
Show statistics tree.
The optional <number> in the range of 0-255 can be passed as argument to this command, which tells how many entries of the client version subtree should be shown. Passing 0, or omitting it means `unlimited'.
Example: `statistics 5' will show only the top 5 versions for each client type.
Show connection status, current up/download speeds, etc.
For all options which take a <path> value, if the path contains no directory part (i.e. just a plain filename), then it is considered to be under the aMule configuration directory, ~/.aMule.
The <lang> parameter for the -l option has the following form: lang[_LANG][.encoding][@modifier] where lang is the primary language, LANG is a sublanguage/territory, encoding is the character set to use and modifier allows the user to select a specific instance of localization data within a single category.
For example, the following strings are valid:
Though all the above strings are accepted as valid language definitions, encoding and modifier are yet unused.
In addition to the format above, you can also specify full language names in English - so -l german is also valid and is equal to -l de_DE.
When no locale is defined, either on command-line or in config file, system default language will be used.
~/.aMule/remote.conf
Typically amulecmd will be first run as:
amulecmd -h hostname -p ECport -P ECpassword -w
or
amulecmd --create-config-from=/home/username/.aMule/amule.conf
These will save settings to $HOME/.aMule/remote.conf, and later you only need to type:
amulecmd
Of course, you don't have to follow this example.
Please report bugs either on our forum (http://forum.amule.org/), or in our bugtracker (http://bugs.amule.org/). Please do not report bugs in e-mail, neither to our mailing list nor directly to any team member.
aMule and all of its related utilities are distributed under the GNU General Public License.
This manpage was written by Vollstrecker <amule@vollstreckernet.de>
September 2016 | aMuleCmd v2.3.2 |