<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://test.amule.szerverem.hu/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://test.amule.szerverem.hu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=212.202.171.148</id>
		<title>AMule Project FAQ - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://test.amule.szerverem.hu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=212.202.171.148"/>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Special:Contributions/212.202.171.148"/>
		<updated>2026-04-05T09:30:12Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/External_Connections</id>
		<title>External Connections</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/External_Connections"/>
				<updated>2006-03-30T09:47:59Z</updated>
		
		<summary type="html">&lt;p&gt;212.202.171.148: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;External Connections is the ''bi-directional'' way [[aMule]] has to communicate with external utilities, like the [[aMuleWeb]] and [[aMuleCMD]]. So, when a user is controlling [[aMule]] remotely, it is sending the commands through the External Connections port and [[aMule]] is reading them there (when controlling through a web browser, what is really happening is that [[aMuleWeb]] is getting the actions, interpreting them and sending the commands to the External Connection ports).&lt;br /&gt;
&lt;br /&gt;
If both [[aMule]] and their utilities run on the same machine, there's no need to redirect the External Connections port in a [[Firewall]]ed environment (NAT network with a router, etc...). If you had to connect to the External Connections port from somewhere out of the network, it would be necessary to configure the router/[[Firewall]]/etc properly to accept connections through the External Connection port (this would happen, for example, connecting through [[aMuleCMD]] from somewhere outside the network).&lt;br /&gt;
&lt;br /&gt;
As of [[aMule]] 2.0.0-rc8, External Connections reached [[ECv2|version 2.0]] (*cough*). This version is a complete rewrite of the protocol and is '''NOT''' backwards compatible, so it is heavily suggested to upgrade to both a server (that is, [[aMule]]) and [[client]] supporting it. Information about [[ECv2|External Connections v2]] can be reached [[ECv2|here]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td valign=top&amp;gt;'''NOTE:'''&amp;lt;/td&amp;gt;&amp;lt;td valign=top&amp;gt;You can create the value for the needed ''ECPassword'' like that:&amp;lt;br&amp;gt;&lt;br /&gt;
$ echo -n yourpasswordhere | md5sum | cut -d ' ' -f 1&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' There are alternate ways of communicating with [[aMule]] although External Connections is the only ''bi-directional'' way. Other ways of communication with [[aMule]] would be the [[Signature|Online Signature]] (outgoing direction) and [[ED2KLinks file]] (ingoing direction).&lt;br /&gt;
&lt;br /&gt;
'''NOTE for [[aMule_CVS|CVS]] users:''' It is very important to use a server (i.e. [[aMule]] or aMuled) and a client ([[aMuleWeb]], [[aMuleCMD]]) from the '''same''' [[aMule_CVS|CVS tarball]]. As development goes on, there are binary incompatibilities between versions, and - in the case of [[aMule_CVS|CVS versions]] - they might cause crashes, burn your house, feed your dog, donate all your hardware to [[aMule]] [[aMule_devs|developers]], etc. Before you'd fall into total despair, extreme care is taken by developers that this cannot happen between '''releases'''! If you're using a server and a client from different releases (not [[aMule_CVS|CVS tarballs]], relases!), most likely you will only get a message &amp;quot;Invalid protocol version.&amp;quot; And that's all.&lt;/div&gt;</summary>
		<author><name>212.202.171.148</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/FAQ_amulecmd</id>
		<title>FAQ amulecmd</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/FAQ_amulecmd"/>
				<updated>2006-03-30T09:36:38Z</updated>
		
		<summary type="html">&lt;p&gt;212.202.171.148: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''How can I configure amulecmd to schedule actions? (Linux)'''&lt;br /&gt;
&lt;br /&gt;
You have to configure such jobs with crontab. Let's do it by example:&amp;lt;br&amp;gt;&lt;br /&gt;
:bash ~# crontab -e&lt;br /&gt;
:00 6 &amp;amp;nbsp; * * * amulecmd -c &amp;quot;setupbwlimit 20&amp;quot;&lt;br /&gt;
:00 22 * * * amulecmd -c &amp;quot;setupbwlimit 0&amp;quot;&lt;br /&gt;
Will set your download bandwith limit to 20 kb/s on 6:00am and unlimited on 10:00pm. For more possibilities see also [[aMuleCMD]].&lt;br /&gt;
&lt;br /&gt;
'''I cannot connect to [[aMuled]]. It seems [[aMuled]] does not create the listening port for connecting to it :-\?'''&lt;br /&gt;
&lt;br /&gt;
You have probably not enabled [[External Connections]] in ''~/.aMule/amule.conf&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td valign=top&amp;gt;'''NOTE:'''&amp;lt;/td&amp;gt;&amp;lt;td valign=top&amp;gt;You can create the value for ''ECPassword'' like that:&amp;lt;br&amp;gt;&lt;br /&gt;
$ echo -n yourpasswordhere | md5sum | cut -d ' ' -f 1&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>212.202.171.148</name></author>	</entry>

	</feed>