The CLI is in com.limegroup.gnutella.Main (as opposed to com.limegroup.gnutella.gui.Main) in the core module. It is very minimal and I'd love to see it get more functionality.
I wouldn't so much like a direct telnet opening for security reasons; the CLI on the other hand can be tunelled over ssh and I can use 'screen' with it ;-))
Quote:
Originally posted by jum What CLI do you mean? I do only know LimeWire as a GUI program. BeanShell has an option to start a telnet listener, so adding this code to the LimeWire.bsh file that is read upon startup would make the BeanShell console available via telnet, would that be what you are looking for? |