Console » History » Version 5
Greg Burri, 11/23/2009 11:01 AM
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 | 3 | Greg Burri | help : Show all commands |
15 | 5 | Greg Burri | |
16 | 1 | Greg Burri | seach <text> : Search |
17 | snext : next results of the last search |
||
18 | sprev : previous results of the last search |
||
19 | sdownload <id> : add in queue the download |
||
20 | 5 | Greg Burri | |
21 | 1 | Greg Burri | peers : list of the peers |
22 | browse <id> : list all file/folder of a peer |
||
23 | 5 | Greg Burri | bfolder <id> : browse a folder |
24 | 1 | Greg Burri | bdownload <id> : |
25 | 5 | Greg Burri | |
26 | 1 | Greg Burri | downloads : |
27 | dcancel <id> |
||
28 | 5 | Greg Burri | |
29 | 1 | Greg Burri | uploads : |
30 | 5 | Greg Burri | |
31 | 1 | Greg Burri | chat <message> |
32 | cview [<n>] : view the n last message |
||
33 | 5 | Greg Burri | |
34 | 1 | Greg Burri | setnick <nick> |
35 | 5 | Greg Burri | |
36 | 1 | Greg Burri | sharedfolders : list all shared folders |
37 | sadd <path> [w] |
||
38 | sremove <id> |
||
39 | 5 | Greg Burri | |
40 | 4 | Greg Burri | status : Show the following information : <d/l rate>, <u/l rate>, <total peers sharing>, <cache status> |
41 | 2 | Greg Burri | <d/l rate> : The total download rate in kB/s |
42 | <u/l rate> : The total upload rate in kB/s |
||
43 | <total peers sharing> : Total amount of shared data in Mb |
||
44 | <cache status> : Can be "scanning", "hashing" or "up-to-date" |
||
45 | 1 | Greg Burri | </pre> |