the best way to go is to set up a normal ftp server besides Apache. these things are to be used as intended.
here is the description: http://incubator.apache.org/ftpserver/
since this is a java written thing, I wouldn't get near it for performance.
DimaYasny
Posting Virtuoso
1,777 posts since Jan 2007
Reputation Points: 183
Solved Threads: 89
the ftp will have nothing to do with the apache VD. it's just a service. if you want it's name to be known as ftp.domain.com instead of www.domain.com you just need to add the ftp.domain.com A record to your DNS
DimaYasny
Posting Virtuoso
1,777 posts since Jan 2007
Reputation Points: 183
Solved Threads: 89
I have set up many linux servers with apache as http server and vsftpd/proftpd/wu-ftpd as ftp servers
apache is NOT and ftp server though.
DimaYasny
Posting Virtuoso
1,777 posts since Jan 2007
Reputation Points: 183
Solved Threads: 89
DimaYasny
Posting Virtuoso
1,777 posts since Jan 2007
Reputation Points: 183
Solved Threads: 89
can you, in detail, describe what exactly you want the server to do?
DimaYasny
Posting Virtuoso
1,777 posts since Jan 2007
Reputation Points: 183
Solved Threads: 89
apache can display and browse through files in a directory. I think that is enabled by default. so if you point it to the ftp root - it will display everything and let you click and download the files there. that is the default setting really.
any ftp daemon can be pointed to the same directory for ftp access, and clients will be able to put/get files there through ftp, and then browse the directory over http (which is provided by apache)
the only question is what authentication are you looking at?
DimaYasny
Posting Virtuoso
1,777 posts since Jan 2007
Reputation Points: 183
Solved Threads: 89
of course, all of them can be configured to point to an arbitrary directory in the FS and even be chrooted.
and if the read only browsing with a web browser will not need authentication you're basically ok to go with the default settings of apache
DimaYasny
Posting Virtuoso
1,777 posts since Jan 2007
Reputation Points: 183
Solved Threads: 89
will, since it is past midnight now and I have to work tomorrow, I will be able to help you tomorrow, if I have the time
anyhow, a good idea would be to get onto howtoforge.com - there are lots of ftp step by step guides there
DimaYasny
Posting Virtuoso
1,777 posts since Jan 2007
Reputation Points: 183
Solved Threads: 89
DimaYasny
Posting Virtuoso
1,777 posts since Jan 2007
Reputation Points: 183
Solved Threads: 89
DimaYasny
Posting Virtuoso
1,777 posts since Jan 2007
Reputation Points: 183
Solved Threads: 89