Looking to setup a download server

Soldato
Joined
12 Jun 2005
Posts
5,361
Hi there,

I am looking to setup a download server and was looking to use linux but i have a couple of questions:

I want to be downloading torrents, but will i be able to access them on my Windows PC via some sort of filesharing or would that not work?

Will i be able to use some sort of software where i wouldnt need to have a monitor and i could you another pc on the network to control it.

Is this possible for a beginner on linux to do?

Thanks.
 
Do you want to stream the files from the server or do you want it to just download them so you can transfer them to your Windows machine? This wiull determine the software you need. For the distro I reccomend Ubuntu server.

I have an iTunes/daapd server that I manage over SSH using PuTTY when I'm using Windows. I transfer files to and fro using FileZilla.
 
I wish to transfer them to my windows machine.

I am looking to run this on a pretty shoddy machine. Ie 500Mhz.

Will ubuntu run ok?

Thanks.
 
It'll run perfectly. My daapd server is 533 MHz. :) Here's a guide to set up the command-line bittorrent client for Debian (Ubuntu's parent distro, all commands should work the same): http://www.cyberciti.biz/tips/linux-command-line-bittorrent-client.html

You'll install the OS onto the download box then install SSH by running
sudo apt-get update
then
sudo apt-get install SSH

It'll install SSH so you can access remotely. Remember the server's IP address and go to your Windows machine. Install PuTTY and enter the server's IP address. You'll then log into the remote machine using your username and password. Install the bittorrent client from there using the above guide.

When you have files you want to transfer over, just use filezilla to transfer them at 100 megabits/sec. :)
 
I use torrentflux aswell, runs fine on my CentOS rig, installing the web server, mysql and php can be done in the OS install process and it was easy to set torrentflux up itself. Its a Duron 700 with most of my spare hard disks and RAM in.

Shared drives are fairly easy to set up with Samba so you can just copy using Windows Explorer, or use FTP as mentioned, pscp is a bit of a pain.
 
Back
Top Bottom