本文主要是介绍BT磁力下载器,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
下载
用法
usage: BTDown [OPTIONS] [TORRENT|MAGNETURL]
OPTIONS:CLIENT OPTIONS-h print this message-f <log file> logs all events to the given file-s <path> sets the save path for downloads. This also determinesthe resume data save directory. Torrents from the resumedirectory are automatically added to the session onstartup.-m <path> sets the .torrent monitor directory. torrent filesdropped in the directory are added the session and theresume data directory, and removed from the monitor dir.-t <seconds> sets the scan interval of the monitor dir-F <milliseconds> sets the UI refresh rate. This is the number ofmilliseconds between screen refreshes.-k enable high performance settings. This overwrites any otherprevious command line options, so be sure to specify this first-G Add torrents in seed-mode (i.e. assume all piecesare present and check hashes on-demand)-e <loops> exit client after the specified number of iterationsthrough the main loop-O print session stats counters to the log-1 exit on first torrent completing (useful for benchmarks)
LIBTORRENT SETTINGS--<name-of-setting>=<value>set the libtorrent setting <name> to <value>--list-settings print all libtorrent settings and exitBITTORRENT OPTIONS-T <limit> sets the max number of connections per torrent-U <rate> sets per-torrent upload rate-D <rate> sets per-torrent download rate-Q enables share mode. Share mode attempts to maximizeshare ratio rather than downloading-r <IP:port> connect to specified peerNETWORK OPTIONS-x <file> loads an emule IP-filter file-Y Rate limit local peers-i <i2p-host> the hostname to an I2P SAM bridge to useDISK OPTIONS-a <mode> sets the allocation mode. [sparse|allocate]-0 disable disk I/O, read garbage and don't flush to diskTORRENT is a path to a .torrent file
MAGNETURL is a magnet linkalert mask flags:error peer port_mapping storage tracker connect status ip_blockperformance_warning dht session_log torrent_log peer_log incoming_requestdht_log dht_operation port_mapping_log picker_log file_progress piece_progressupload block_progress allexamples:--alert_mask=error,port_mapping,tracker,connect,session_log--alert_mask=error,session_log,torrent_log,peer_log--alert_mask=error,dht,dht_log,dht_operation--alert_mask=all
测试
BTDown.exe -s . magnet:?xt=urn:btih:eebaec4c345224afd2e166b12006ca029b5cdf46
效果
参考
GitHub - arvidn/libtorrent: an efficient feature complete C++ bittorrent implementation
libtorrent
创作不易,小小的支持一下吧!
这篇关于BT磁力下载器的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!