aMule Forum

English => aMule Help => Topic started by: esplinter on March 08, 2012, 10:16:55 PM

Title: how to add multiple folders to share?
Post by: esplinter on March 08, 2012, 10:16:55 PM
Hi,

I am using amule-daemon 2.3.1 in linux server with amulegui from my osx machine.

I would like to share 4 different folders but I can´t find how to do it. When I go to preferences >> shared folders in the amulegui I see nothing and couldn´t find any documentation about how I could add multiple folders to share to my aMule.conf file in the machine where I run amule-daemon.

could anyone point me to any documentation about how to share multiple folders or is not possible?

I have thougt about doing simbolic links to my folders in the Incoming dir. should I do it this way? if I use simbolic links the folders will be shared recursively?

many thanks in advance
Title: Re: how to add multiple folders to share?
Post by: Stu Redman on March 08, 2012, 10:42:40 PM
With amuled just enter the dirs you want to share in file shareddir.dat in aMule's config folder.
Title: Re: how to add multiple folders to share?
Post by: esplinter on March 08, 2012, 10:45:46 PM
many thanks.

Looking at the docs it seems that the folders added in this file aren´t shared recursively. Would be great if emule could do it recursively   :-\
Title: Re: how to add multiple folders to share?
Post by: Stu Redman on March 09, 2012, 09:14:22 PM
aMule monolith can actually, creating the recursive list itself. Just amuled / amulegui can't, mainly because it would require a remote file system browser to do so which we don't have.
Title: Re: how to add multiple folders to share?
Post by: esplinter on March 10, 2012, 01:27:36 PM
just used this workaround to add all the folders I want to share.

 in case is useful for anyone:

$> find /media/USB2TB/Peliculas/ -iname "*" -type d  >> $HOME/.aMule/shareddir.dat