BTFS(1) | General Commands Manual | BTFS(1) |
btfs - mount torrent files or magnet links as a file system
btfs [options] metadata mountpoint
btfs allows one to mount any torrent file or a magnet link as a file system. The contents of the files will be downloaded on-demand as they are read by applications.
mounting a torrent file:
btfs video.torrent ~/mnt
mounting a magnet link:
btfs 'magnet:?xt=urn:btih:...' ~/mnt
unmounting:
fusermount -u ~/mnt
Please report any bugs to https://github.com/johang/btfs.
BTFS has been written by Johan Gunnarsson <johan.gunnarsson@gmail.com>
This man page was written by Donat Kh. <donat@opmbx.org>