Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Check Torrent Status
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
d4mo
Guru
Guru


Joined: 27 Jun 2005
Posts: 430

PostPosted: Wed Aug 17, 2005 2:37 am    Post subject: Check Torrent Status Reply with quote

I use azurues. Is there anyway to check the status of my torrents over ssh? To be able to start them with ssh would be cool too. I've heard of btmanycurses or something like that....but I have no idea what it is or how it works.
Back to top
View user's profile Send private message
flakzeus
Apprentice
Apprentice


Joined: 26 May 2004
Posts: 157

PostPosted: Wed Aug 17, 2005 3:53 am    Post subject: Reply with quote

Not that I am aware, you could look at torrentflux.com. It's a web based Bittorrent client and kinda spiffy.
_________________
"I'm not a super genius...or are I?" - Homer Simpson
Back to top
View user's profile Send private message
jleejj
n00b
n00b


Joined: 18 Jan 2004
Posts: 57
Location: Eugene, OR

PostPosted: Wed Aug 17, 2005 7:01 am    Post subject: Reply with quote

If you like using the command line (and it sounds like you do), then a combination of 'screen' and the 'bittorrent' tools is exactly what you are looking for. First:
Code:

emerge screen bittorrent


The bittorrent package includes a number of tools for connecting to torrents, although I prefer the console (curses) based versions as the gui forms have problems. This works out good for you. If you log into your computer using ssh, then you can use screen (a tool for opening virtual terminals that can be disconnected and continue functioning even if the connection fails) and btlaunchmanycurses.py:
Code:

> screen
> btlaunchmanycurses.py   /path/to/your/torrent/files


This will launch a torrent download on every .torrent file in the specified directory. You can then use 'Ctrl+A D' (that is two separate key strokes) to disconnect from the process but leave in running, log out, etc. To check the status of your download just log back into that computer and type:
Code:

screen -r


This would reconnect you to the disconnected screen and your running torrent download. Hope this helps.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum