diff options
Diffstat (limited to 'network/btpd')
-rw-r--r-- | network/btpd/README | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/network/btpd/README b/network/btpd/README index a63b2bbd16e55..acccc68c1c678 100644 --- a/network/btpd/README +++ b/network/btpd/README @@ -1,11 +1,12 @@ -Btpd is a utility for sharing files over the BitTorrent network protocol. -It runs in daemon mode, thus needing no controlling terminal or gui. Instead, -the daemon is controlled by the btcli command line utility, or other programs -capable of sending commands and queries on the btpd control socket. +Btpd is a utility for sharing files over the BitTorrent network +protocol. It runs in daemon mode, thus needing no controlling +terminal or gui. Instead, the daemon is controlled by the btcli +command line utility, or other programs capable of sending commands +and queries on the btpd control socket. -The goal is to provide a healthy alternative to the still prevailing ftp/http -servers for file distribution sites and a good BitTorrent client for the -casual user. +The goal is to provide a healthy alternative to the still prevailing +ftp/http servers for file distribution sites and a good BitTorrent +client for the casual user. Features of btpd include: * Reasonable resource usage. @@ -16,5 +17,6 @@ Features of btpd include: * IPv6 support. * Multitracker support. -Btpd is very simple and easy to use. The official README (which is located in -the standard documentation directory) is small and complete, so read it first. +Btpd is very simple and easy to use. The official README (which +is located in the standard documentation directory) is small and +complete, so read it first. |