How to download torrents from the office?

9

3

I have torrents blocked in my office. Was wondering whether there are any sites which allow to download torrents to their server so that we can download them via HTTP.

If I have my home system running, can I get the files downloaded from my office?

darthvader

Posted 2009-08-04T07:17:16.583

Reputation: 3 709

Question was closed 2011-09-15T02:53:56.360

6I do not know of anything like this, but I do not recommend pushing your limits of your office network rules. – Troggy – 2009-08-04T07:19:30.913

55You might want to add a related question "Why did I get fired from my job for downloading torrents?" – Bruce McLeod – 2009-08-04T07:57:50.917

3Please to be not circumventing the security controls your company has put into place, for your sake. – jtimberman – 2009-08-04T08:42:20.327

4Shouldn't you be... you know... working? – Troggy – 2009-08-04T15:09:50.703

4Can't you just start your torrents at home when you leave for work and come back to them when your off work? – Troggy – 2009-08-04T15:11:38.140

@Nifle - you're downvoting him for editing his own question ?! – Rook – 2009-09-05T15:14:35.627

"Why did I get fired from my job for downloading torrents?" <-- EPICSOME!!! – thenonhacker – 2009-09-05T16:23:03.227

enjoying ur comments! – darthvader – 2009-09-06T18:46:39.150

1+1 to Bruce's comment - love it. You should take the friendly advice. – Kez – 2009-09-07T17:34:22.210

Answers

29

I would install µTorrent on my home computer and set up the WebUI.

Svish

Posted 2009-08-04T07:17:16.583

Reputation: 27 731

1Yes, a Web UI would be good. Another good Web UI option is Transmission, if your home box is Mac or Linux. – Ryan C. Thompson – 2009-10-31T05:31:29.430

Yeah, when on Mac or Linux Transmission is a very good option. Used it myself a couple of times :) – Svish – 2009-10-31T12:20:25.770

13

If you have Dropbox, you could use it to remotely start BitTorrent downloads. Basically what you do is set up your BitTorrent client at home to automatically start downloads when .torrent files are added to a folder inside your Dropbox, and then you add .torrent files to that folder from your office via the Dropbox web UI and they'll automatically start on the other side.

Guillermo Esteves

Posted 2009-08-04T07:17:16.583

Reputation: 1 706

9

If your office has blocked torrent activity, there has to be a good reason.
It is usually not just about bandwidth utilization.

Meanwhile, if you have a home machine active while you are at work, you can control it to work torrents.
This leaves the office network disconnect with the torrent traffic itself.
It becomes entirely your responsibility.

nik

Posted 2009-08-04T07:17:16.583

Reputation: 50 788

2

The purpose of the bit torrent protocol is just to be able to distribute the bandwidth across all the peers. What you're suggesting defeats that purpose.

The best you can do is indeed like @nik suggests try to control your home machine (using something like LogMeIn) and download the torrents there.

fretje

Posted 2009-08-04T07:17:16.583

Reputation: 10 524

2

What you described is called a torrent relay. You can run a relay on your own server or use one of the public relay services.

An example of a public torrent relay is www.torrentrelay.com. Their claim is:

Download your torrents to any device that supports viewing web pages (just like this one does).

The basic service is free, but it is restricted to 500 KBps. If you want more you will have to pay them.

According to this article there is also a way to (ab)use ImageShack as torrent relay.

Ludwig Weinzierl

Posted 2009-08-04T07:17:16.583

Reputation: 7 695

Can I setup this torrent relay service in my site? How to do that? – darthvader – 2009-08-04T07:47:39.707

To run your own relay you need a machine with unrestricted access to the internet. This won't work from your office. – Ludwig Weinzierl – 2009-08-04T08:03:57.423

I have a website. Can I setup a Torrent relay service there, so that I can download with HTTP from office – darthvader – 2009-08-04T08:43:50.183

1

I've gotten around some restrictions with Free Download Manager. But, don't blame me if you get fired for leaching your company bandwidth. :)

JP Alioto

Posted 2009-08-04T07:17:16.583

Reputation: 6 278

Do you happen to know how this bypasses the restrictions as set up by the system administrator? The http://www.freedownloadmanager.org website does not seem to host some user manual. (And I guess it's not only the bandwidth that is a reason to block this, or to get fired.)

– Arjan – 2009-08-04T08:20:25.713

1

If you have a virtual private server, than you can install a command line torrent client on that like rtorrent and download the completed torrents via http in office, but if its shared hosting, it can get your hosting account blocked. If you dont want to use cli client, install torrentflux on your webserver, it has a nice webgui

Tutul

Posted 2009-08-04T07:17:16.583

Reputation: 478

0

I'm providing the following information as knowledge and do not intend it to be used for any illegal or malicious activities :). I'm assuming you are on a windows machine. In that case you can download a free software called bitvise tunnelier. If you have an external SSH account, you could use the software to ssh to it and use port forwarding and setup a socks server on your computer. You could then set the proxy settings on your torrent client to use socks proxy and set the host as 127.0.0.1 and the port as the one that tunnelier is listening on. This will get torrents to work (also you can set the same proxy settings in your browser to access blocked websites). If on linux, run this:

ssh -D PORT user@external-ssh-server

and in your torrent client/browser set the host as 127.0.0.1 and the port as PORT. Hope this helps.

tapan

Posted 2009-08-04T07:17:16.583

Reputation: 918

0

You could just use a seedbox.

SuperFurryToad

Posted 2009-08-04T07:17:16.583

Reputation: 555

rent a seedbox and be done with it. +1 – None – 2009-09-07T16:53:12.557

3I would upvote this answer if I knew what a seedbox was. Can you update your answer with more information? – cowgod – 2009-10-10T08:11:17.683