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