Console » History » Version 2
  Greg Burri, 11/18/2009 02:54 PM 
  
| 1 | 1 | Greg Burri | h1. Console | 
|---|---|---|---|
| 2 | |||
| 3 | The core can be launched with the console support. | ||
| 4 | |||
| 5 | <pre> | ||
| 6 | -c, --console | ||
| 7 | Enable the console mode. | ||
| 8 | </pre> | ||
| 9 | |||
| 10 | |||
| 11 | h2. Commands | ||
| 12 | |||
| 13 | <pre> | ||
| 14 | seach <text> : Search | ||
| 15 | snext : next results of the last search | ||
| 16 | sprev : previous results of the last search | ||
| 17 | sdownload <id> : add in queue the download | ||
| 18 | peers : list of the peers | ||
| 19 | browse <id> : list all file/folder of a peer | ||
| 20 | bnext : next browsing items | ||
| 21 | bprev : previous browsing items | ||
| 22 | bdownload <id> : | ||
| 23 | downloads : | ||
| 24 | dcancel <id> | ||
| 25 | uploads : | ||
| 26 | chat <message> | ||
| 27 | cview [<n>] : view the n last message | ||
| 28 | setnick <nick> | ||
| 29 | sharedfolders : list all shared folders | ||
| 30 | sadd <path> [w] | ||
| 31 | sremove <path> | ||
| 32 | 2 | Greg Burri | stats : Show the following information : <d/l rate>, <u/l rate>, <total peers sharing>, <cache status> | 
| 33 | <d/l rate> : The total download rate in kB/s | ||
| 34 | <u/l rate> : The total upload rate in kB/s | ||
| 35 | <total peers sharing> : Total amount of shared data in Mb | ||
| 36 | <cache status> : Can be "scanning", "hashing" or "up-to-date" | ||
| 37 | 1 | Greg Burri | </pre> |