btfs
1.0.0
ด้วย BTFS คุณสามารถติดตั้งไฟล์ . torrent หรือ ลิงก์แม่เหล็ก ใด ๆ จากนั้นใช้เป็นไดเรกทอรีแบบอ่านอย่างเดียวในแผนผังไฟล์ของคุณ เนื้อหาของไฟล์จะถูกดาวน์โหลดตามความต้องการตามที่แอปพลิเคชันอ่าน เครื่องมือเช่น LS , CAT และ CP ทำงานตามที่คาดไว้ แอพพลิเคชั่นเช่น VLC และ Mplayer ยังสามารถทำงานได้โดยไม่ต้องเปลี่ยนแปลง
$ mkdir mnt
$ btfs video.torrent mnt
$ cd mnt
$ vlc video.mp4
เพื่อยกเลิกการติดตั้งและปิด:
$ fusermount -u mnt
# apt-get install btfs
# pacman -S btfs
# emerge -av btfs
# dnf install fuse-btfs
$ rpm-ostree install fuse-btfs
# zypper install btfs
ใช้ brew เพื่อติดตั้งบน macOS
$ brew install btfs
$ sudo apt-get install autoconf automake libfuse-dev libtorrent-rasterbar-dev libcurl4-openssl-dev g++
$ git clone https://github.com/johang/btfs.git btfs
$ cd btfs
$ autoreconf -i
$ ./configure
$ make
และเป็นทางเลือกหากคุณต้องการติดตั้ง:
$ make install
ใช้ brew เพื่อรับการพึ่งพา
$ brew install Caskroom/cask/osxfuse libtorrent-rasterbar autoconf automake pkg-config
$ git clone https://github.com/johang/btfs.git btfs
$ cd btfs
$ autoreconf -i
$ ./configure
$ make
และเป็นทางเลือกหากคุณต้องการติดตั้ง:
$ make install