Created
August 13, 2010 05:15
-
-
Save v1nc3ntlaw/522335 to your computer and use it in GitHub Desktop.
mldonkey
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # telnet mldonkey command-line | |
| $ telnet localhost 4000 | |
| # view current downloads | |
| $ vd | |
| # show users currently uploading | |
| $ uploaders | |
| # check shared files for removal | |
| $ reshare | |
| # desplay options | |
| $ vo | |
| # change option value | |
| $ set <option_name> <option_value> | |
| # set options | |
| $ set max_hard_upload_rate ${value} | |
| $ set max_hard_download_rate ${value} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment