Project

General

Profile

Console » History » Version 3

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