aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: how to add multiple folders to share?  (Read 4033 times)

esplinter

  • Approved Newbie
  • *
  • Karma: 2
  • Offline Offline
  • Posts: 17
    • http://lepetika.no-ip.com
how to add multiple folders to share?
« 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
Logged

Stu Redman

  • Administrator
  • Hero Member
  • *****
  • Karma: 214
  • Offline Offline
  • Posts: 3739
  • Engines screaming
Re: how to add multiple folders to share?
« Reply #1 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.
Logged
The image of mother goddess, lying dormant in the eyes of the dead, the sheaf of the corn is broken, end the harvest, throw the dead on the pyre -- Iron Maiden, Isle of Avalon

esplinter

  • Approved Newbie
  • *
  • Karma: 2
  • Offline Offline
  • Posts: 17
    • http://lepetika.no-ip.com
Re: how to add multiple folders to share?
« Reply #2 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   :-\
Logged

Stu Redman

  • Administrator
  • Hero Member
  • *****
  • Karma: 214
  • Offline Offline
  • Posts: 3739
  • Engines screaming
Re: how to add multiple folders to share?
« Reply #3 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.
Logged
The image of mother goddess, lying dormant in the eyes of the dead, the sheaf of the corn is broken, end the harvest, throw the dead on the pyre -- Iron Maiden, Isle of Avalon

esplinter

  • Approved Newbie
  • *
  • Karma: 2
  • Offline Offline
  • Posts: 17
    • http://lepetika.no-ip.com
Re: how to add multiple folders to share?
« Reply #4 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
Logged