Re: Can Tomcat be configured to be an FTP Server?

2004-10-26 Thread QM
On Tue, Oct 26, 2004 at 07:14:56PM +1000, William Ferguson wrote: : [snip] : I'm sure it is reasonably common to want to host both an FTP and HTTP : server. Maybe, maybe not; but some of us just use separate FTP and HTTP programs and call it a day. : Has no-one combined both within Tomcat befo

Re: Can Tomcat be configured to be an FTP Server?

2004-10-26 Thread William Ferguson
-one combined both within Tomcat before? Whats the consensus on how to best proceed? William - Original Message - From: "Cees van de Griend" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Sunday, October 24, 2004 9:19 PM Subject: Re:

RE: Can Tomcat be configured to be an FTP Server?

2004-10-25 Thread Pawson, David
-Original Message- From: Dov Rosenberg If you need to include some logic with your FTP, you should really look at Kermit (I think it is from University of Chicago). It has the best command line interface around and is very capable and open source to boot. You

Re: Can Tomcat be configured to be an FTP Server?

2004-10-25 Thread Dov Rosenberg
If you need to include some logic with your FTP, you should really look at Kermit (I think it is from University of Chicago). It has the best command line interface around and is very capable and open source to boot. You could easily wrap a servlet around it if needed -- Dov Rosenberg Conviveon

RE: Can Tomcat be configured to be an FTP Server?

2004-10-25 Thread Pawson, David
-Original Message- From: Cees van de Griend > > > Is it possible to configure Tomcat as an FTP Server? > > > > No. > > > > Tomcat is a HTTP server, not a FTP server: different port numbers, > > different commands, different kind of application.

Re: Can Tomcat be configured to be an FTP Server?

2004-10-24 Thread Cees van de Griend
On Sunday 24 October 2004 12:43, William Ferguson wrote: > But can't you implement a Servlet to support any transfer protocol? Http is > only one transfer mechanism. > The javax.servlet.Servlet interface is not Http aware. > > As for the different port numbers, I thought these were actually configu

Re: Can Tomcat be configured to be an FTP Server?

2004-10-24 Thread William Ferguson
From: "Cees van de Griend" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Sunday, October 24, 2004 8:27 PM Subject: Re: Can Tomcat be configured to be an FTP Server? > On Sunday 24 October 2004 10:52, William Ferguson wrote: > > Is it

Re: Can Tomcat be configured to be an FTP Server?

2004-10-24 Thread Cees van de Griend
On Sunday 24 October 2004 10:52, William Ferguson wrote: > Is it possible to configure Tomcat as an FTP Server? No. Tomcat is a HTTP server, not a FTP server: different port numbers, different commands, different kind of application. Regards, Cees. -