btfs
1.0.0
Mit BTFS können Sie jede .torrent- Datei- oder Magnet-Link montieren und sie dann als ein schreibgeschütztes Verzeichnis in Ihrem Dateibaum verwenden. Der Inhalt der Dateien wird nach dem Lesen von Anwendungen on-Demand heruntergeladen. Werkzeuge wie LS , CAT und CP arbeiten wie erwartet. Anwendungen wie VLC und Mplayer können auch ohne Änderungen funktionieren.
$ mkdir mnt
$ btfs video.torrent mnt
$ cd mnt
$ vlc video.mp4
Zu Unmott und Abschaltung:
$ 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
Verwenden Sie brew , um auf macOS zu installieren.
$ 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
Und optional, wenn Sie es installieren möchten:
$ make install
Verwenden Sie brew , um die Abhängigkeiten zu erhalten.
$ 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
Und optional, wenn Sie es installieren möchten:
$ make install