FTP setup
March 31, 2008 11:32 AM
Subscribe
Trying to setup a very specific FTP service for office group.
So, our design department is destroying our Exchange server with their insane 60MB PDFs. We'd like to setup an ftp site so that vendors can upload these docs to a folder within the site, but have no READ access to the site (don't want them downloading other vendor proposals).
I'm going to use
FtpDrive on the client side so our design people can use the site like a networked drive.
A few questions:
1) We'd like to have them do this within IE , but have had issues with uploading folders. What is the most simple non-browser free FTP client?
2) We use
Maytech, but have a dreamhost account also. We got Maytech because they have the most robust backend. Is there a tool that helps with backend setup so we could use our cheaper, larger Dreamhost setup?
3) We'd like to give each design employee one FTP account that they could give to their vendors. I've had a lot of problems setting up permissions correctly. This is the biggest problem.
Thanks in advance, I know little about FTP as I haven't really used it since the pre-Napster days....
posted by lattiboy to computers & internet (5 comments total)
I know that Dreamhost's anonymous FTP service (if you have it with your plan) has an automatic "incoming" folder that people can upload to but not download. Dreamhost has a Web backend that allows you to create and mark read/write/list/etc. permissions for specific subdirectories on the anonymous FTP site. You can see an example in the screenshot: http://wiki.dreamhost.com/Anonymous_FTP .
The problem with this is that you can only have one anonymous FTP per domain or subdomain, and additional anon FTP services cost money. I believe their current hosting plan gives unlimited subdomains and unlimited users; in that case, you can create a user per subdomain and give them each an anon FTP service, where multiple vendors can upload to a directory with limited rights. This seems a convoluted solution, however, so I don't know if it's the best, but that's all I know about the Dreamhost option.
I suppose you could have vendors upload to the one anonymous FTP's "incoming" subdirectory with limited rights and then send the individual files off to employees, but that seems too much work.
posted by Ky at 12:42 PM on March 31