Link to home
Start Free TrialLog in
Avatar of Lanee Kirby
Lanee KirbyFlag for United States of America

asked on

create a secure FTP hippa compliant server

I need to create a FTP server on my network and make it available to that my users can share files with external people and it needs to be hippa compliant.  I have looked a few solutions.  I have a FTP server using IIS and I stopped anonymous connections but that requires someone to connect in with domain\username and password and it is not secure or hippa compliant.  I know I can use filezilla or coreftp but I dont' want the external people to be required to use any clients.  I want to be able to send them a url with a username and password and they can connect it and pull down their files.

How can I most effectively achieve this?  I am in an Win 2003 server environment.  If I need to outsource this, I am open to that as well but prefer to keep something as simple as this in house.

Thanks!
Lanee
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

For what you want, you will probably have to write a web application and secure it with SSL/TLS.  Make them log in and your application will recognize what files they are allowed to access.  

Windows IIS/FTP server is never going to do what you want.  You would have to install a 3rd party FTP server and then you are still stuck with making your clients use an FTP client program.
ASKER CERTIFIED SOLUTION
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial