Looking for relevant Microsoft Windows Whitepapers? Visit the SearchWinIT.com Research Library.
mconfer | Sep 1 2006 10:22AM GMT
Thanks for the reply. If we go with option one, implementing the standard FTP site with unique userid login/passwords with each user having their own folder for files, how would the PGP work? Would each client have to download PGP to purchase it or is that provided on a server level purchase? Would the client then have to learn PGP to encrypt files to send to us?
Do you know of other options besides ipswitch and if we use ipswitch or other third party software, do we need to use PGP on top of that?
Thanks
Turman | Sep 1 2006 10:54AM GMT
One option is to set up a webdav site on your IIS server, instead of <a href="http://FTP." rel="nofollow">FTP.</a> Then protect it with SSL. Here are some sites that i read before chooing that route:
<a href="http://groups.google.com/group/microsoft.public.inetserver.iis.security/browse_frm/thread/c2e7f34b19558ac3/dcff166eaa262eae?lnk=st&q=webdav+iis+ssl+6.0&rnum=3&hl=en#dcff166eaa262eae" rel="nofollow">http://groups.google.com/group/microsoft.public.inetserver.iis.security/browse_frm/thread/c2e7f34b19558ac3/dcff166eaa262eae?lnk=st&q=webdav+iis+ssl+6.0&rnum=3&hl=en#dcff166eaa262eae</a>
and
<a href="http://www.windowsitpro.com/Article/ArticleID/49847/49847.html" rel="nofollow">http://www.windowsitpro.com/Article/ArticleID/49847/49847.html</a>
mconfer | Sep 1 2006 11:27AM GMT
By using WEBDAV can you setup unique folder for each login ID and password. The users will not be our staff, but all our clients and reps. They will be downloading files or uploading files to and from the site. Is Webdav as secure and easy to use as a secure FTP site?
Lastly, what about the PGP option. Do we need this for both the Webdave and the secure FTP or only as a method if we go with the standard FTP site. PGP is no longer free and how is this worked out for client use. Do we pay for that before hand in a server license agreement and they setup from us and then they need trained to use PGP?
Thanks
Turman | Sep 1 2006 11:51AM GMT
When using WEBDAV, you can create unique folders and then secure them to users or groups by granting them create, read, delete rights.
It would be the same as users browsing a shared drive. Users can see everyones folder, but can’t access them unless they have read rights.
PDMeat | Sep 6 2006 9:29AM GMT
If you choose Ipswitch WS FTP, it has licenses patented PGP algoritms so you don’t need to purchase or use another pgp program for it to work. Other users can download using standard ftp and use a third party pgp program to decrpyt if they like, but I ran into the issue of older free versions of pgp that used only unpatented algorithms and had issues with the files (these versions were years old).
In my case I was writing the simple automated scripts that downloaded the files and auto-decrypted them from the client side.
In your case, you will host the server and have to handle clients. If the clients may be using various browsers and or linux/unix OS, I don’t know how webdav would behave because I’ve not used it.
You can also run SSH server which the WSFTP client works with and all linux/unix hosts work with as well. I beleive Ipswitch may have an SSH server product, but if not there are tons of them out there.
mconfer | Sep 6 2006 10:02AM GMT
Thanks for the feedback on the options, but which one do you think is the best method to implement: The ipswitch, FTP with PGP or the VPN method. On top of that do you know which one is the most cost effective method yet is secure.
Thanks
YosiNYC | Sep 8 2006 10:37AM GMT
Hi,
regarding the cost; if this is going to be a very busy ftp server that is an integral part of your day to day business than going with WS_FTP w/pgp will justify the cost. However, if you’re going to use it lightly, and cost is an issue, you can give a standard ftp server a try, you can probably find tons of freeware that will take care of your file security needs.
hope this helps,
Yosi