Re: [VERY OT] How to Use Apache as a FTP server

2001-12-20 Thread George Sanderson
I somehow missed the first part of this email thread (from anandr). The Apache::OpenIndex module (when loaded on the Apache server) provides a way to upload and download files using a http browsers. A demo is available at: http://www.xorgate.com/Apache/OpenIndex At 03:55 PM 12/19/2001 +0200,

How to Use Apache as a FTP server

2001-12-19 Thread anandr
Hi All, I want to use my Apache as a ftp service also. Can the ring help me. I am running Apache 1.3.22 at port 80. when I give http://servername/, I get the list of files in my htdocs. Like wise when I give ftp://servername/, I need a list from my server folders. Have look at this

Re: [VERY OT] How to Use Apache as a FTP server

2001-12-19 Thread Issac Goldstand
That's not mod-perl. That's not even Apache. Many popular web browsers have browsing features for anonymous FTP. You need an FTP server for that. Apache 2 will include an FTP server (I think), but for now, try wuftpd. Issac anandr wrote: Hi All, I want to use my Apache as a ftp

Re: How to Use Apache as a FTP server

2001-12-19 Thread [EMAIL PROTECTED]
hi, While if i were to take you literally it will not work. HTTP and FTP behave comepletely differently. However you can simulate it .. eg ftp://ftp.myserver.pre As well as browsers tend to do passive ftp .. for downloads .. Hope that helps a little. Regards, [EMAIL PROTECTED] /*