Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
ED2K(1) 			 aMule utilities			 ED2K(1)

NAME
     ed2k - aMule eD2k link parser

SYNOPSIS
     ed2k [-c <path>] [-t <num>] [-e] [-l] <eD2k-link>

     ed2k [-h]

     ed2k [-v]

DESCRIPTION
     Sends  the  given	<eD2k-link>  to  aMule,  i.e.  writes  it  to  the  file
     ~/.aMule/ED2KLinks, which will be checked by aMule every second for links.

     [ -c <path>, --config-dir=<path> ]
	    Read config from <path> instead of home

     [ -t <num>, --category <num> ]
	    Set category for passed eD2k links to <num>.   Unlike  --config-dir,
	    the  parser reads the value as the next argument and does not accept
	    --category=<num> syntax.

     [ -e, --emulecollection ]
	    Loads all links found in the emulecollection given as <ed2k-link>

     [ -l, --list ]
	    Lists all links found in the emulecollection given as <ed2k-link>

     [ -h, --help ]
	    Prints a short usage description.

     [ -v, --version ]
	    Displays the current version number.

     [ eD2k-link ]
	    Adds an eD2k-link to the core.

     The eD2k link to be added can be:

	* a file link (ed2k://|file|...), it  will  be	added  to  the	download
	  queue;

	* a  server  link  (ed2k://|server|...),  it will be added to the server
	  list;

	* a serverlist link, in which case all servers in the list will be added
	  to the server list;

	* a magnet link;

	* an emulecollection file.

     The order in which you give the parameters is important.  You can give more
     than one link, and every link can have it's own params.  For  example  ed2k
     <link1>  -t2 <link2> will download <link1> in standard category and <link2>
     in category 2.

FILES
     ~/.aMule/ED2KLinks

REPORTING BUGS
     Please  report  bugs  either  on	our   forum   (https://github.com/amule-
     org/amule/discussions),  or  in  our  bugtracker (https://github.com/amule-
     org/amule/issues).  Please do not report bugs in  e-mail,	neither  to  our
     mailing list nor directly to any team member.

COPYRIGHT
     aMule  and  all of its related utilities are distributed under the GNU Gen-
     eral Public License.

SEE ALSO
     amule(1)

AUTHOR
     This manpage was written by Vollstrecker <amule@vollstreckernet.de>

aMule eD2k link parser v1.5.1	   August 2026				 ED2K(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=ed2k&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help