Thanks, Brad. We will have a look. Regards,
Devendra -----Original Message----- From: Brad McEvoy [mailto:[email protected]] Sent: 23 November 2010 20:48 To: [email protected] Cc: Devendra Gera Subject: Re: query Hi Devendra, You might want to take a look at the milton webdav library (http://milton.ettrema.com). It provides webdav access to your data and has been integrated with apache FTP so you also get both DAV and FTP support from a single webapp. Cheers, Brad (Milton's author) Devendra Gera wrote: > 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 > > >
