TelnetUI
From MLDonkey
Telnet Interface
The simplest way to use the telnet interface is obviously to use the telnet command:
$ telnet localhost 4000
4000 is the default telnet_port
Unfortunately, this doesn't work with Windows Telnet because of the different line feed coding. You will need Putty with the "Implicit CR in ever LF" options set.
You can use ansi true and ansi false to enable/disable colors.
help, MLdonkeyCommandsExplained and MLdonkeyOptionsExplained are your friends.
More comfortable telnet usage
emacs users can try mldonkey.el as an alternative to telnet the interface.