The ed2k is : ed2k://|file|test.iso|1643802624|A3058CE4F2AD70356D07AAA5|/
I want to save the iso in /home .
How can i write command to download the ed2k into /home/test.iso with amule or mldonkey?
The ed2k is : ed2k://|file|test.iso|1643802624|A3058CE4F2AD70356D07AAA5|/
I want to save the iso in /home .
How can i write command to download the ed2k into /home/test.iso with amule or mldonkey?
You have this command:
ed2k
- aMule eD2k link parserand it comes with the
amule-utils
packageif you have a list ed2k links (separated by newlines) from emule or other client you can just use
xargs
:For this to work
amule
oramuled
need to be already started, you will see the files were added in theaMule Log
tabBTW if you have
'
(single quotes) characters in theed2k
link you need to replace them with escaped once\'