Hi,
We are planning to implement an FTP Server for our content management System. We have a web application at the moment where all the files and folders (across multiple projects) are stored on a central NAS. The access to the data for a user is controlled via the ACL code which is developed in house. Now we want to be able to expose this data store (ie files and folders) to users via an FTP layer and / or webdav layer. Would Apache FtpServer help us for this Job (atleast for the ftp part) ? My concern is that we cannot expose the underlying NAS structure to the end users and it has to be some sort of virtual filesystem. Does Apache FtpServer support this? Any help would be greatly appreciated. Thanks in Advance, Dev
