Setting up an FTP
Nolf-Job
Inside each and every one of you!
I'd like to set up an ftp so I can access files on my computer in my apt when I'm in lab or on campus somewhere. Can anyone guide me in the right direction as far as what I need and any safety concerns as far as networking goes?
0
Comments
Setup a good firewall, just to make sure
set it up so taht only users can access the data, no anonymous ftp access.
networking wise, jsut so long as your know your IP (it's static right?) you should be fine
can't say that i know any free windows-based FTP server software, so sorry i can't help you there
Good Luck!
Thats' what I've been using.
Might wanna get a hardware firewall (a router of some sorts). A software firewall will work though. I just prefer having routers do that job.
Make sure to grab any Windows Updates you've not gotten yet. I just updated myself.
Read through the contract with your ISP (if you have a copy) and see if they allow servers (Most DON'T, and the ones that do are DSL). If you don't have the contract, try to look around their website. As a last resort, try calling them and asking them (if you wanna be paranoid, from a number you haven't given them. Say you're looking for a webserver deal for cheap ).
It's against Charter's contract to run a server of any type, and if you're caught, you get your Pipeline service pulled for 2 years. I only have to assume this is for every other cable ISP. Cable sucks for uploading anyway
I have been using this to run a small office FTP server for years, and it works great!
Dexter...
Gobbles
The concept behind it is this. SSH (Secure Shell) was originally like an encrypted telnet - host and client exchange public keys and decode with private keys. It's pretty infeasible for someone who sniffs the entire connection to get your password or the data that passed. So they decided to add file transfer capability to SSH - this is called SCP. Your password and data are safe if transferred over SCP, althogh the speed may be impacted.
I'm sure there are other secure file transfer methods but this is the one I'm familiar with. You might try looking for a simple SSH server that includes SCP capabilities... I really don't know the technical foundation for how SCP and SSH are related, but SCP works on the SSH servers I've used.
http://filezilla.sourceforge.net/
It's simple to setup, but lacks many of the features of the other products mentioned in this thread. I use it on a couple of my Windoze boxen at work.
NS