Difference between revisions of "Shared directory"

From AMule Project FAQ
Jump to: navigation, search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
When a directory is [[share]]d through [[aMule]], all of its contents ([[file]]s in it) are available for other [[eD2k]]/[[Kademlia]] [[client]]s to download them from you.
+
When a directory is [[share]]d through [[aMule]], all of its content ([[file]]s in it) is made available to other [[eD2k]]/[[Kademlia]] [[client]]s.
  
To [[share]] a directory in [[aMule]], go to '''Preferences''' -> '''Directories''' and check the box by the directory you wish to [[share]].
+
To [[share]] a directory in [[aMule]], go to '''Preferences''' -> '''Directories''' and check the box next to the directory you want to [[share]].
  
By default, [[share|sharing]] a directory does not [[share]] it's subdirectories (the directories inside that directory. In other words, child directories). If you want to [[share]] a directory recursively (that is, the [[file]]s in a directory and all of its subdirectories), '''dobule-click''' on the folder icon by the directory name.
+
By default, [[share|sharing]] a directory does not result in its subdirectories (the directories inside that directory) being [[share]]d. If you want to [[share]] a directory recursively (that is, the [[file]]s in a directory and all of its subdirectories), '''dobule-click''' the folder icon by the directory name.
  
<font color="red">'''ATTENTION:'''</font> Be '''very careful''' what directories you [[share]] or you could eventually make available to unknown [[client]]s/people your sensible data by mistake (passwords, addressbook, private stuff, etc).
+
<font color="red">'''ATTENTION:'''</font> Be '''very careful''' which directories you [[share]] or you could wind up accidentally making your sensitive data (passwords, address book, private stuff, etc.) available to the rest of the world.
 +
 
 +
You can manually add directories to be shared as well. In the configuration directory (~/.aMule), you'll find the file <code>shareddir.dat</code>. Add each shared directory as a new line to that file. Make sure that you stop the aMule process before you add your directories or your changes will be overwritten at the next startup of aMule. Typical command line sequence (Debian):
 +
 
 +
<code>bas@barbara:/home/amule/.aMule$ sudo /etc/init.d/amule-daemon stop</code>
 +
<br /><i>Stopping aMuleWeb : amuleweb.</i>
 +
<br /><code>bas@barbara:/home/amule/.aMule$ sudo vi shareddir.dat</code>
 +
<br /><code>bas@barbara:/home/amule/.aMule$ sudo /etc/init.d/amule-daemon start</code>

Latest revision as of 23:16, 26 May 2008

When a directory is shared through aMule, all of its content (files in it) is made available to other eD2k/Kademlia clients.

To share a directory in aMule, go to Preferences -> Directories and check the box next to the directory you want to share.

By default, sharing a directory does not result in its subdirectories (the directories inside that directory) being shared. If you want to share a directory recursively (that is, the files in a directory and all of its subdirectories), dobule-click the folder icon by the directory name.

ATTENTION: Be very careful which directories you share or you could wind up accidentally making your sensitive data (passwords, address book, private stuff, etc.) available to the rest of the world.

You can manually add directories to be shared as well. In the configuration directory (~/.aMule), you'll find the file shareddir.dat. Add each shared directory as a new line to that file. Make sure that you stop the aMule process before you add your directories or your changes will be overwritten at the next startup of aMule. Typical command line sequence (Debian):

bas@barbara:/home/amule/.aMule$ sudo /etc/init.d/amule-daemon stop
Stopping aMuleWeb : amuleweb.
bas@barbara:/home/amule/.aMule$ sudo vi shareddir.dat
bas@barbara:/home/amule/.aMule$ sudo /etc/init.d/amule-daemon start