Craig, Thanks. What do you mean by standard FTP server? Is that a separate from Tomcat? If so, which FTP server did you use? Is it possible to integrate that ftp server to tomcat? I am trying to give secure ftp access to clients after their authentication. And I am trying to use tomcat as Request handler server providing authentication.
Thanks -----Original Message----- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 1:45 PM To: Shah, Sanjay Cc: 'Tomcat Users List' Subject: RE: HTTPS to HTTP On Thu, 9 Jan 2003, Shah, Sanjay wrote: > Date: Thu, 9 Jan 2003 13:02:32 -0500 > From: "Shah, Sanjay" <[EMAIL PROTECTED]> > To: 'Tomcat Users List' <[EMAIL PROTECTED]> > Cc: 'Craig R. McClanahan' <[EMAIL PROTECTED]> > Subject: RE: HTTPS to HTTP > > > Hello Craig: > > I was reading one of your post in tomcat user archive regarding > implementation of FTP protocol under Catalina. > One of my requirement is exactly the same. > > In my case the FTP security and processing needs to be managed on a per > customer basis, however this tends to be closely coupled to the web-app > side. Infect my FTP processing would re-use underlying classes contained in > the client's existing web-app. Hence I would prefer to have a logical > mapping between host<->customer. Your mapping approach seems like the way to > go. > > Could you please let me know if you were successful in your effort and if > so, can you give me some details about settings FtpConnector, FtpRequest, > FtpResponse etc.? > > Your response is greatly appreciated. > > Thanks > I never went any further than a thought experiment to see if it could be done. It also became a much less interesting problem when I remembered that I could just set up a standard FTP server pointed at the same directories, giving me FTP access to the files with zero effort modifying Tomcat. Craig -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
