1BTFS(1) General Commands Manual BTFS(1)
2
3
4
6 btfs - mount torrent files or magnet links as a file system
7
9 btfs [options] metadata mountpoint
10
12 btfs allows one to mount any torrent file or a magnet link as a file
13 system. The contents of the files will be downloaded on-demand as they
14 are read by applications.
15
17 -v --version
18 print version
19
20 -h --help
21 print help
22
23 -b --browse-only
24 download metadata only
25
26 -k --keep
27 keep files after unmount
28
29 --utp-only
30 do not use TCP
31
32 --data-directory=DIRECTORY
33 directory in which to put btfs download data. will by default
34 use $XDG_DATA_HOME if defined else use $HOME/btfs, or /tmp/btfs
35 if the latter is unavailable
36
37 --min-port=PORT
38 start of listen port range
39
40 --max-port=PORT
41 end of listen port range
42
43 --max-download-rate=RATE
44 maximum download rate (in kilobytes per second)
45
46 --max-upload-rate=RATE
47 maximum upload rate (in kilobytes per second)
48
50 mounting a torrent file:
51 btfs video.torrent ~/mnt
52
53 mounting a magnet link:
54 btfs 'magnet:?xt=urn:btih:...' ~/mnt
55
56 unmounting:
57 fusermount -u ~/mnt
58
60 Please report any bugs to https://github.com/johang/btfs.
61
63 BTFS has been written by Johan Gunnarsson <johan.gunnarsson@gmail.com>
64
65 This man page was written by Donat Kh. <donat@opmbx.org>
66
67
68
69 BTFS(1)