Project

General

Profile

Console » History » Revision 5

Revision 4 (Greg Burri, 11/23/2009 10:59 AM) → Revision 5/6 (Greg Burri, 11/23/2009 11:01 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 
 bfolder <id> bnext : browse a folder 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 <id> 

 
 status : 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>