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