Content-type: text/html Manpage of donkeysh

donkeysh

Section: Misc. Reference Manual Pages (June 18, 2004)
Updated:
Index Return to Main Contents
 

NAME

donkeysh - small and handy shelltool for mldonkey  

SYNOPSIS


donkeysh [-hHv] [-f rcfile] [-s mode] [-r] [-a action] [nr]
 

DESCRIPTION

donkeysh is a small and hopefully handy script to handle and control the mldonkey-core. it was written to avoid the graphical userinterfaces and provide a simple tool to do a lot of stuff via the console.

mldonkey version >= 2.5.11  

OPTIONS

-h
display help
-v
display version

-a action

     h    | help            display help
     c    | command         submit a command
     ms   | ministats       show ministats
     s    | stats           show stats (with a number of that
                            download)
     i    | info            displays some detailed info to
                            a file
     co   | connect         connect to the mldonkey-console
     r    | resume          resume a download
     p    | pause           pauses a download
          | cancel          cancel a download
     d    | download        start to download a ed2k-link
     pr   | preview         preview file with $PREVIEW

     srm  |                 sharereactor multiple selection
     srs  |                 sharereactor single file

     ln   | listnew         lists all files in $PREFIX/incoming
     la   | listall         lists all files in $PREFIX


-s mode
sort of the output

     p    | percantage      default
     n    | name
     nr   | number
     s    | size
     sp   | speed
     d    | dur             duration

-r
reverse order
-f rcfile
use of rcfile for settings
 

FILES

$HOME/.donkeyshrc  

CONFIGSYNTAX

host = mldonkey-host port = port user = user pass = password

netcat = netcat-binary wget = wget-binary preview = videoplayer, default is mplayer

prefix =
path to the files
 

EXAMPLES

$> donkeysh -s n -a stats

    display named orderd stats

$> donkeysh -a info 24

    display info about file 24

$> donkeysh -f myconfig -a d ed2k://blafoo

    download blafoo with settings in myconfig

 

TIPS

usefull aliases (bash-syntax)

    alias donkeyms='donkeysh -a ms -r'  -> ministats
    alias donkeys='donkeysh -a s -r'    -> normalstats
    alias donkeyd='donkeysh -a d'       -> download

 

BUGS

not yet known  

AUTHOR

mathias gumz <gumz@cs.uni-magdeburg.de>


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
FILES
CONFIGSYNTAX
EXAMPLES
TIPS
BUGS
AUTHOR

This document was created by man2html, using the manual pages.
Time: 09:42:36 GMT, June 18, 2004