Project

General

Profile

Console » History » Version 1

Greg Burri, 11/18/2009 02:39 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
</pre>