logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

btfs - mount torrent files or magnet links as a file system

Authors

       BTFS has been written by Johan Gunnarsson <johan.gunnarsson@gmail.com>

       This man page was written by Donat Kh. <donat@opmbx.org>

                                                                                                         BTFS(1)

Bugs

       Please report any bugs to https://github.com/johang/btfs.

Description

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.

Examples

       mounting a torrent file:
         btfs video.torrent ~/mnt

       mounting a magnet link:
         btfs 'magnet:?xt=urn:btih:...' ~/mnt

       unmounting:
         fusermount -u ~/mnt

Name

       btfs - mount torrent files or magnet links as a file system

Options

-v--version
              print version

       -h--help
              print help

       -b--browse-only
              download metadata only

       -k--keep
              keep files after unmount

       --utp-only
              do not use TCP

       --data-directory=DIRECTORY
              directory in which to put btfs download data. will by default use $XDG_DATA_HOME if  defined  else
              use $HOME/btfs, or /tmp/btfs if the latter is unavailable

       --min-port=PORT
              start of listen port range

       --max-port=PORT
              end of listen port range

       --max-download-rate=RATE
              maximum download rate (in kilobytes per second)

       --max-upload-rate=RATE
              maximum upload rate (in kilobytes per second)

Synopsis

btfs [options] metadatamountpoint

See Also