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. default is
34 $HOME/btfs, or /tmp/btfs if unavailable
35
36 --min-port=PORT
37 start of listen port range
38
39 --max-port=PORT
40 end of listen port range
41
42 --max-download-rate=RATE
43 maximum download rate (in kilobytes per second)
44
45 --max-upload-rate=RATE
46 maximum upload rate (in kilobytes per second)
47
49 mounting a torrent file:
50 btfs video.torrent ~/mnt
51
52 mounting a magnet link:
53 btfs 'magnet:?xt=urn:btih:...' ~/mnt
54
55 unmounting:
56 fusermount -u ~/mnt
57
59 Please report any bugs to https://github.com/johang/btfs.
60
62 BTFS has been written by Johan Gunnarsson <johan.gunnarsson@gmail.com>
63
64 This man page was written by Donat Kh. <donat@opmbx.org>
65
66
67
68 BTFS(1)