PDA

View Full Version : Can this be done: Setting up my own "online" storage using home PC?




jackmack
Sep 16, 2006, 05:55 AM
I've been debating buying online storage... i tried gdisk but i find it inefficient and 2 gigs isn't really enough for what I want... so I started thinking...

I have a PC that is almost always on at home... it is attatched to a nice fat 400gig external drive and alot of other storage devices...

Is there a way to set my windows PC up as a server or something... then connect to it *securely* to save/backup/download files?

I think its called SSH but i don't know.


Thoughts?



clevin
Sep 16, 2006, 07:48 AM
I've been debating buying online storage... i tried gdisk but i find it inefficient and 2 gigs isn't really enough for what I want... so I started thinking...

I have a PC that is almost always on at home... it is attatched to a nice fat 400gig external drive and alot of other storage devices...

Is there a way to set my windows PC up as a server or something... then connect to it *securely* to save/backup/download files?

I think its called SSH but i don't know.


Thoughts?
setup a FTP server on your pc, using software like Serv-U or find some freeware.

generik
Sep 16, 2006, 08:11 AM
I think for SSH you need Linux.. or MacOS :)

BBGun
Sep 16, 2006, 10:09 PM
I think for SSH you need Linux.. or MacOS :)
If you're trying to steer someone away from using Windoze as a server, then I totally agree: use OS X or Linux (or Solaris x86!). :D

However, if that was not your intent, then your statement is inaccurate. SSH is available for Windows too, but it requires that you install an SSH application (versus being "included" in the OS). Check out freeware like Putty, or commercial versions like SecureCRT/SecureFX.

If you're into command line work, rsync (http://www.bombich.com/mactips/rsync.html) is useful tool for quickly (and securely) sync'ing files between 2 hosts. Not sure how it works between PC's and Macs though; never tried it. It should work, in theory... :rolleyes: