Console » History » Revision 3
Revision 2 (Greg Burri, 11/18/2009 02:54 PM) → Revision 3/6 (Greg Burri, 11/23/2009 10:35 AM)
h1. Console
The core can be launched with the console support.
<pre>
-c, --console
Enable the console mode.
</pre>
h2. Commands
<pre>
help : Show all commands
seach <text> : Search
snext : next results of the last search
sprev : previous results of the last search
sdownload <id> : add in queue the download
peers : list of the peers
browse <id> : list all file/folder of a peer
bnext : next browsing items
bprev : previous browsing items
bdownload <id> :
downloads :
dcancel <id>
uploads :
chat <message>
cview [<n>] : view the n last message
setnick <nick>
sharedfolders : list all shared folders
sadd <path> [w]
sremove <path>
stats : Show the following information : <d/l rate>, <u/l rate>, <total peers sharing>, <cache status>
<d/l rate> : The total download rate in kB/s
<u/l rate> : The total upload rate in kB/s
<total peers sharing> : Total amount of shared data in Mb
<cache status> : Can be "scanning", "hashing" or "up-to-date"
</pre>