btfs
1.0.0
Con BTFS, puede montar cualquier archivo .torrent o enlace magnet y luego usarlo como cualquier directorio de solo lectura en su árbol de archivos. El contenido de los archivos se descargará a pedido a medida que las aplicaciones lean. Herramientas como LS , CAT y CP funcionan como se esperaba. Aplicaciones como VLC y MPlayer también pueden funcionar sin cambios.
$ mkdir mnt
$ btfs video.torrent mnt
$ cd mnt
$ vlc video.mp4
Para desmontar y cerrar:
$ 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
Use brew para instalar en 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
Y opcionalmente, si desea instalarlo:
$ make install
Use brew para obtener las dependencias.
$ 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
Y opcionalmente, si desea instalarlo:
$ make install