Protecting certain FTP Files  | |
May 19th, 2009, 12:22 PM
|
#1 (permalink)
| | Member
Join Date: Mar 2005 Location: Atlanta, Georgia
Posts: 407
| Protecting certain FTP Files
I'm a web developer for a construction contracting company and they have me working on a website that shows all their clients files so each client can find their project and view its blueprints etc. It's basically just so that the clients have an easier interface to deal with rather than trying to find their files through the online FTP service.
Some of those files are government files and need to be protected somehow so that not everyone can view them. How would you go about protecting those files?
Thanks in advance!
__________________
Frank: Blue do you trust that I do not want to see you die here tonight?
Blue: Yes sir.
Frank: Blue you're my boy!
|
| |
May 19th, 2009, 12:32 PM
|
#2 (permalink)
| | He who is Nude.....
Join Date: Mar 2007 Location: Prolly off subject..
Posts: 4,881
|
I'm not entirely au fait with the web-FTP thing, but I know that if you're doing it from a server, then you need to create separate accounts and passwords for each user (or set thereof) to have separate permissions to...
__________________ I've seen the light... It was green, flashy and attached to a Network Interface Card... Whenever someone says "You can't miss it" I invariably do... |
| |
May 19th, 2009, 12:33 PM
|
#3 (permalink)
| | A hero in training
Join Date: Oct 2001 Location: Norfolk, VA
Posts: 26,845
|
Premissions on user accounts assign to folders would be your best bet |
| |
May 19th, 2009, 12:48 PM
|
#4 (permalink)
| | He who is Nude.....
Join Date: Mar 2007 Location: Prolly off subject..
Posts: 4,881
|
GZ,
I'm not 100% sure that the Ty44ler is going to be doing this on a domain/AD server, but on a web-server somewhere out there on t'interwebbe.... In which case, I'm not so sure that they'd be able to set that sort of permissions..... |
| |
May 19th, 2009, 12:50 PM
|
#5 (permalink)
| | He who is Nude.....
Join Date: Mar 2007 Location: Prolly off subject..
Posts: 4,881
|
[Thinking about it, this is exactly what I'm looking to do for a site I'm supposed to be sorting out for my Mum's golfist buddies......which I passed on to my friendly French web page maker...] |
| |
May 19th, 2009, 12:54 PM
|
#6 (permalink)
| | A hero in training
Join Date: Oct 2001 Location: Norfolk, VA
Posts: 26,845
|
Most decent ftp servers have the abilities to setup groups, users and permissions.
*edited I think I misread. More information on the server/application/setup is needed! |
| |
May 19th, 2009, 02:37 PM
|
#7 (permalink)
| | Member
Join Date: Mar 2005 Location: Atlanta, Georgia
Posts: 407
|
yeah, the files are stored online through drivehq.com, I've never heard of them before I started working on this...
I was thinking if I made links for each file on the pages, I could have it so a password must be entered after the link is clicked to access the file? does that sound feasible? Would that even be very secure?
I'm not entirely comfortable with javascript or the sort if that would be one of the only ways it could be done. |
| |
May 19th, 2009, 02:42 PM
|
#8 (permalink)
| | SoMuchAnime-SoLittleTime
Join Date: Aug 2003 Location: Plymouth, WI
Posts: 14,983
|
Just setup a basic login page and list the files their accounts have access to. You'd need PHP or some scripting language and a database to store sessions/permissions.
If you need it to be secure you will need your own dedicated server for this. You can not be storing files on some 3rd parties server. |
| |
May 26th, 2009, 12:55 PM
|
#9 (permalink)
| | Member
Join Date: Mar 2005 Location: Atlanta, Georgia
Posts: 407
|
thanks for the replies everyone.
We set up our own serving using Apache then used .htaccess and .htpasswd to protect the files within the server once accessed. Works like a charm! |
| | | Thread Tools | Search this Thread | | | | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Most Active Discussions | | | | | Recent Discussions  | | | | | |