Go Back   Tactical Gamer > General Forums > Hardware & Software Discussion


Hardware & Software Discussion Hardware and Software discussion and troubleshooting. Tweakers and Overclockers welcome!

Reply
 
Thread Tools
Old 01-25-2008, 04:20 PM   #1 (permalink)
 
peardog's Avatar
 
Join Date: Jul 2005
Location: PA, USA
Age: 39
Posts: 1,164
Remote File storage or Transfer?

Hey Folks... I am looking for a solution that will allow me to Transfer large files to and from Work/home etc. I have tried FTP servers but with limited success.. and it seems the firewall I am behind at work is a bit picky. I use Logmein.com to get access to and from with no issues (great stuff!!) but cannot transfer files..
I was thinking of going back to UltraVNC.. but was wondering if you thought of a better way..maybe off site remote file storage etc..

Thanks for your ideas...

P
__________________
Have a great day! 2008!!!


TG - SOP
-- TeamSpeak Server Information - REQUIRED READING
peardog is offline   Reply With Quote
Old 01-25-2008, 10:28 PM   #2 (permalink)
 
ScratchMonkey's Avatar
 
Join Date: Aug 2005
Location: San Pablo, California
Posts: 4,240
Re: Remote File storage or Transfer?

Depends on the company firewall.

I'd suggest running a sshd server on port 443 at home. Then you can use scp (WinSCP is a good GUI Windows client) to access that port. To the company firewall, it will look like you're trying to access a secure web page.

Note, though, that the firewall will likely log the address you're trying to access. Some IT snoop may feed it up the food chain as "inappropriate/suspicious Internet activity" if connecting up to residential IP addresses is considered bad. (Home servers look a little like the zombies used to distribute viruses and trojans.)

BTW, how large is "large"? Can't you just use a USB memory stick? (I like my new microSD card I got for my phone, smaller than a fingernail and 2 GB of storage.)
__________________
ScratchMonkey is offline   Reply With Quote
Sponsored links
Old 01-25-2008, 10:28 PM   #3 (permalink)
 
ThePromQueen's Avatar
 
Join Date: Feb 2007
Location: Midwest hollar-back!
Age: 23
Posts: 401
Re: Remote File storage or Transfer?

Why don't you just purchase your own domain? That would probably be the easiest, I would think. For a few bucks a month you can just have your own website and you can upload/download from there.
__________________
ThePromQueen is offline   Reply With Quote
Old 01-25-2008, 10:47 PM   #4 (permalink)
 
ScratchMonkey's Avatar
 
Join Date: Aug 2005
Location: San Pablo, California
Posts: 4,240
Re: Remote File storage or Transfer?

Doesn't Google have a backup service? If you backup to them, then restore from the other location, you've got file transfer.
__________________
ScratchMonkey is offline   Reply With Quote
Old 01-25-2008, 11:10 PM   #5 (permalink)

 
Bamboo's Avatar
 
Join Date: Nov 2006
Location: On the beach north of Jacksonville, NC
Posts: 3,047
Re: Remote File storage or Transfer?

Like he said above, how big a file are you talking about? And how much total?
Do you just want constant access you anything you have on your computer at either location, or just a certain number of files, and what kind of files are they (photo or other media, data files, etc)?
__________________



Stoop and you'll be stepped on; stand tall and you'll be shot at.

-Carlos A. Urbizo-

Bamboo is offline   Reply With Quote
Old 01-26-2008, 07:48 AM   #6 (permalink)
 
peardog's Avatar
 
Join Date: Jul 2005
Location: PA, USA
Age: 39
Posts: 1,164
Re: Remote File storage or Transfer?

The File size and need is Random... could be a couple Hundred Meg ZIP/RAR...Could be a 1 gig ISO... (rare).. The Small stuff I just remote in and GMAIL it to myself.. The Sick thing is that I have my own Server/domain/etc... with very Little Limitations on myself...other then the University Firewall (I say firewall..but it's a packet inspection beastie..).. So technical limitations and Knowledge limitations are my only issues..
(I have a huge ass University Pipe and a 250 Static Ip's to play with..) My Server (Its a server but doesn't do any server THINGS) runs Server 2003... Optimally this box would act just like a NAS or something..

Thanks for your imput..
__________________
Have a great day! 2008!!!


TG - SOP
-- TeamSpeak Server Information - REQUIRED READING
peardog is offline   Reply With Quote
Sponsored links
Old 01-26-2008, 07:54 AM   #7 (permalink)
 
ScratchMonkey's Avatar
 
Join Date: Aug 2005
Location: San Pablo, California
Posts: 4,240
Re: Remote File storage or Transfer?

Set up DAV on the server and use a web folder on the client. I'm guessing Server 2003 provides some kind of DAV server facility that can run on top of IIS.

I do this with Apache on Linux to provide the equivalent of FTP directories to vendors and customers. It's simple enough to set up on Apache, which means that setup on Windows is probably incomprehensible. (But you can do it with an incomprehensible GUI, instead of a comprehensible set of text config files.)
__________________
ScratchMonkey is offline   Reply With Quote
Old 01-26-2008, 02:15 PM   #8 (permalink)
 
thebonecollector's Avatar
 
Join Date: Apr 2007
Location: Canada,Quebec
Age: 24
Posts: 136
Re: Remote File storage or Transfer?

many isp even block the default ftp port these days, when i had a windows 2003 server in the past, i was running serv-u (a ftp server software that work on windows 2003), i never had any issues with it and i'm often logged fromthe
risq network (for Réseau d’informations scientifiques du Québec, Quebec's Scientific Information Network).
The port 21 is often blocked by isp so i moved it to 2001 and i don't have issues anymore , ftp is probably the easiest way to store large brandwith file to your server. There are also different alternative on linux but on windows it's probably the easiest, you might need to tweak your connection mode from passive to active too .

another way would be to use a vpn , you can do it then with shared folder but it could be troublesome for very large file

Last edited by thebonecollector; 01-26-2008 at 02:53 PM.
thebonecollector is offline   Reply With Quote
Old 01-26-2008, 02:21 PM   #9 (permalink)
 
Twiggy's Avatar
 
Join Date: Jan 2008
Location: Miami, FL
Posts: 344
Re: Remote File storage or Transfer?

You need to check your FTP directories and make sure that they can bypass your firewall
Twiggy is offline   Reply With Quote
Old 01-26-2008, 03:14 PM   #10 (permalink)
 
Vinzalf's Avatar
 
Join Date: May 2003
Location: Minnesota
Age: 23
Posts: 1,754
Re: Remote File storage or Transfer?

I'd double check your company's Network Usage Policy. Every company I have worked for has been pretty relaxed about it, though it's still worded in a way that leaves that bit of doubt in your mind.

Moving files from company property to private property actually can get you into a lot of trouble, even the usage of logmein can get you into trouble. Unless you know 100% for certain the people who detect and decide whether your usage of work equipment for personal use is kosher, tread carefully.

That being said, there are numerous offsite storage services out there. It's up to you to check out the trustworthiness of any company to do this, depending on the sensitivity of the data being transferred.

Like, for example, I would not suggest using Jimmy's Free 10/100 backup service using port 80 for transferring your company's Master Employee Database... Because after all, you're the one who wants to benefit from it, not someone else =p
__________________
RAWGRLRLRLRRLGLRL!!!

Nations are like individuals: they achieve more when they plan to plant a tiny tree, and do it, than when they propose to raise an entire forest and then fall asleep in the furrows.

I AM socializing artard, I'm logged on to an MMORPG with people from all over the world and getting XP with my party using Teamspeak
Vinzalf is offline   Reply With Quote
Sponsored links
Old 01-27-2008, 06:03 PM   #11 (permalink)
 
peardog's Avatar
 
Join Date: Jul 2005
Location: PA, USA
Age: 39
Posts: 1,164
Re: Remote File storage or Transfer?

Thanks for the info Guys...
__________________
Have a great day! 2008!!!


TG - SOP
-- TeamSpeak Server Information - REQUIRED READING
peardog is offline   Reply With Quote
Old 01-28-2008, 11:14 AM   #12 (permalink)
 
thebonecollector's Avatar
 
Join Date: Apr 2007
Location: Canada,Quebec
Age: 24
Posts: 136
Re: Remote File storage or Transfer?

if it doesnt work on windows 2003 you could consider moving your box on clackconnect (easy linux gateway solution) and transfert your file trough ssh
thebonecollector is offline   Reply With Quote
Sponsored links
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


All times are GMT -4. The time now is 04:17 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
©2004-2008 - Tactical Gamer - All Rights Reserved