Setting Up Intermediate FTP Server

SpanishFry

Platinum Member
Nov 3, 2001
2,965
0
0
I'm going to set up an FTP site that will have 10-20 users. I've got the co-location site picked out, etc. so it will be publicly accessible.

My question is how would you go about setting it up, locking it down, and everything? What OS? FTP Server? How to control access?

Basically I want to run a stable site that will not be hacked.
 

nweaver

Diamond Member
Jan 21, 2001
6,813
1
0
if the 10-20 users are people you know and trust, I would say go with sftp via SSH on a linux box.


I can't tell you how to set it up, cause I have been too lazy so far to do it, and I am still running normal FTP. (gotta fix that this weekend I think, need to learn for a box at work)
 

nweaver

Diamond Member
Jan 21, 2001
6,813
1
0
The difference is that FTP transmits passwords in the clear, sFTP is encrypted/secured. You can also secure SSH and use certificates to allow/deny access.