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