Alohá!
So, everything is working really great so far, I'm using amuled on my linux box (no X) with amuleWEB as the frontend for Firefox on my M$-machine.
Now I'd like to add links remotely just by clicking on them and with only my browser and a call to an external script / program
Since there doesn't seem to be an amuleGUI available for windows that's out of the question, wouldn't have liked that solution that much anyway since from reading around I get the impression that amuleWEB has more functionality (or more of it works).
The zipfile available for Windows contains (beside the amule itself) the small program ed2k about which the wiki states:
The ed2k command doesn't communicate with aMule through the External Connections interface. Instead, it communicates through the ED2KLinks file.
Also:
Inspite of the External Connections interface, this interface is mono-directional. and inspite of the Online Signature interface, this one is in-going.
It consists of a regular text file in aMule's directory (in *nix systems that is at ~/.aMule/) which contains the eD2k links aMule should download.
As soon as aMule detects that file's existence, it reads it, starts downloading the links in it, and deletes the file.
My idea would be that in order to simply click on a link in my firefox and amule to download it, I have to
- take a look at how the file is called that ed2k creates
- mount my ~/.aMule folder on my Win-box as a network drive via SMB
- configure my firefox and use ed2k or some other means to create the file that amuled then imports and erases
Would that work? Does anybody have any better / shorter / cleaner ideas on how to implement that?