Home

A free C++ BitTorrent/HTTP/FTP Download Client

inside_bitcomet
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
inside_bitcomet [2011/01/13 15:40]
greywizard
inside_bitcomet [2012/08/30 03:53]
wxhere
Line 35: Line 35:
     * **"piece length"**: number of bytes in each piece (integer);     * **"piece length"**: number of bytes in each piece (integer);
     * **"pieces"**: string consisting of the chaining together of all 20-byte SHA1 hash values, one per piece (byte string);     * **"pieces"**: string consisting of the chaining together of all 20-byte SHA1 hash values, one per piece (byte string);
-    * **"private"**: (optional) if the torrent is a Private Torrent (SecureTorrent), it must only announce itself to the private tracker or to a single tracker at any time, if there are several trackers in the announce-list (integer, 0 or 1)(([[http://bittorrent.org/beps/bep_0027.html|Private Torrents]]));+    * **"private"**: (optional) if the torrent is a Private Torrent (SecureTorrent), BitComet must only announce itself to the private tracker or to a single tracker at any time, if there are several trackers in the announce-list (integer, 0 or 1)(([[http://bittorrent.org/beps/bep_0027.html|Private Torrents]]));
     * **"publisher"**: (optional) the name of the torrent creator, if do not allow to be changed (string);     * **"publisher"**: (optional) the name of the torrent creator, if do not allow to be changed (string);
     * **"publisher-url"**: (optional) the URL of the torrent creator if do not allow to be changed (string);     * **"publisher-url"**: (optional) the URL of the torrent creator if do not allow to be changed (string);
Line 137: Line 137:
 ==== BC Link Format (obsoleted as of v.1.17) ====  ==== BC Link Format (obsoleted as of v.1.17) ==== 
  
-A BC Link contains information for creating a BT task, HTTP task or FTP task.+//BC Link// contains information for creating a BT task, HTTP task or FTP task.
 The basic plain format is as following: The basic plain format is as following:
  
Line 158: Line 158:
  
 <html><span style=color:Teal>Note:</span></html> To support various languages besides English, all parameters should be UTF8 + URL_Escape encoded before Base64 encoding.  <html><span style=color:Teal>Note:</span></html> To support various languages besides English, all parameters should be UTF8 + URL_Escape encoded before Base64 encoding. 
 +
 +<html><span style=color:Teal>Note:</span></html> Starting with BitComet v.1.17 //BC Links// have been replaced by //Magnet Links// (see below).
  
 ---- ----
Line 251: Line 253:
   - When a task finished downloading, a Hash Checking will be performed to prepare for eMule plugin uploading, if the torrent is not private and the eMule plugin is not disabled, but it was not supported by the torrent maker.   - When a task finished downloading, a Hash Checking will be performed to prepare for eMule plugin uploading, if the torrent is not private and the eMule plugin is not disabled, but it was not supported by the torrent maker.
   - When a task finished downloading, a Hash Checking will be performed if the "//bittorrent.hash_check_on_finished//" option on the //Advanced Options// page is set to TRUE.    - When a task finished downloading, a Hash Checking will be performed if the "//bittorrent.hash_check_on_finished//" option on the //Advanced Options// page is set to TRUE. 
 +
 +----
 +
 +==== AJAX interface for Remote Download ====
 +
 +see details in [[AJAX interface for Remote Download|this page]]
  
 ---- ----
 -[[bitcomet_command_line|Previous Page]]\\ -[[bitcomet_command_line|Previous Page]]\\
 -[[start|Main Index]] -[[start|Main Index]]
 
inside_bitcomet.txt · Last modified: 2022/06/20 15:11 by wxhere
[unknown button type]
 
Recent changes RSS feed Driven by DokuWiki