Content-type: text/html
donkeysh [-hHv] [-f rcfile] [-s mode] [-r] [-a action] [nr]
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.
-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
p | percantage default
n | name
nr | number
s | size
sp | speed
d | dur duration
host = mldonkey-host port = port user = user pass = password
netcat = netcat-binary wget = wget-binary preview = videoplayer, default is mplayer
$> 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
usefull aliases (bash-syntax)
alias donkeyms='donkeysh -a ms -r' -> ministats
alias donkeys='donkeysh -a s -r' -> normalstats
alias donkeyd='donkeysh -a d' -> download
mathias gumz <gumz@cs.uni-magdeburg.de>