rtorstat 0.4.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News rtorstat 0.4.1 (Default branch)
# 1  
Old 06-02-2008
rtorstat 0.4.1 (Default branch)

Image rtorstat is a simple Web page generator that shows status information about the rTorrent bittorrent client. This makes it possible to quickly have an overview of your torrent list from a remote location without having to log into the remote machine that actually runs rTorrent. It can be run through cron or as a CGI script. License: The Apache License 2.0 Changes:
A last minute change in the code had broken the software, when used as a standalone script. The issue did not affect the software's functionality when it was used as a CGI script. Minor code improvements were made.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
TRANSMISSION-CREATE(1)					    BSD General Commands Manual 				    TRANSMISSION-CREATE(1)

NAME
transmission-create -- command-line utility to create .torrent files SYNOPSIS
transmission-create [-h] [-p] [-o file] [-c comment] [-t tracker] [source file or directory] DESCRIPTION
transmission-create creates BitTorrent .torrent files from the command line OPTIONS
-h --help Show a short help page and exit. -o --outfile Save the generated .torrent to this filename. -p --private Flag the torrent as intended for use on private trackers. -c --comment Add a comment to the torrent file. -t --tracker Add a tracker's announce URL to the .torrent. Most torrents will have at least one announce URL. To add more than one, use this option multiple times. AUTHORS
Jordan Lee SEE ALSO
transmission-create(1), transmission-daemon(1), transmission-edit(1), transmission-gtk(1), transmission-qt(1), transmission-remote(1), transmission-show(1) http://www.transmissionbt.com/ BSD
June 9, 2010 BSD