Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
forked fromjohang/btfs

A bittorrent filesystem based on FUSE.

License

NotificationsYou must be signed in to change notification settings

TheNain38/btfs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

With BTFS, you can mount any.torrent file ormagnet link and then use it as any read-only directory in your file tree. The contents of the files will be downloaded on-demand as they are read by applications. Tools likels,cat andcp works as expected. Applications likevlc andmplayer can also work without changes.

Example usage

$ mkdir mnt$ btfs video.torrent mnt$ cd mnt$ vlc video.mp4

To unmount and shutdown:

$ fusermount -u mnt

Installing on a recent Ubuntu (Xenial, Wily, Vivid or Trusty)

$ sudo add-apt-repository ppa:johang/btfs$ sudo apt-get update$ sudo apt-get install btfs

Installing on Arch Linux

$ sudo pacman -S btfs

Dependencies (on Linux)

  • fuse ("fuse" in Debian/Ubuntu)
  • libtorrent ("libtorrent-rasterbar7" in Debian/Ubuntu)
  • libcurl ("libcurl3" in Debian/Ubuntu)

Building from git on a recent Debian/Ubuntu

$ sudo apt-get install autoconf automake libfuse-dev libtorrent-rasterbar-dev libcurl4-openssl-dev$ git clone https://github.com/johang/btfs.git btfs$ cd btfs$ autoreconf -i$ ./configure$ make

And optionally, if you want to install it:

$ sudo make install

About

A bittorrent filesystem based on FUSE.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++91.4%
  • Python8.6%

[8]ページ先頭

©2009-2025 Movatter.jp