bt tracker的命令执行

来源:互联网 发布:数据分析师去哪里考试 编辑:程序博客网 时间:2024/05/16 08:10

1) start running a tracker

./bttrack.py --port 6969 --dfile dstate

 

2) create a metainfo file using btmakemetafile.py

./btmakemetafile.py myfile.ext http://my.tracker:6969/announce

 

3) associate .torrent with application/x-bittorrent on your web server

 

4) put the newly made .torrent file on your web server

5) 5) put up a static page which links to the location you uploaded to in step 4

6) 6) start a downloader as a resume on the complete file

 

 

   python ./btlaunchmany.py --torrent_dir /var/www/html/image/ --max_upload_rate 100000  > /dev/null 2>&1 &

 

 

0 0