Re: Best FTPD...

2003-09-13 Thread Timur
On Tue, Sep 09, 2003 at 09:18:03PM +0200, Incredible Networks wrote:
> Hi,
> 
> I need an FTP Server for FreeBSD 4.8 that complies with the following:
> 
> 1. Anonymous (Read Only) and Authenticated (Read/Write) Access
> 2. Listens on multiple Interfaces (one for anynomous)
> 3. Anonymous Access redirect to specific location (partition)
> 4. Cannot Browse root (cd /) and expose directory structure (folders)
> 5. Can support Active Transfers (not passive)
> 6. Fast and Robust
> 

you can try PureFTPd (httP;//www.pureftpd.org/).. I like it more thn
ProFtpd..  and if you want _very_ simple, secure and fast server (like
for anonymous access), you can use vsftpd.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Best FTPD...

2003-09-09 Thread Nicole


 The best ever FTP daemon (and client) I have used is NCFTPd  whish I think is
at ncftpd.com it's not free, but I have had to upgrade it I think once in 4
years for a security issue. Thats really good and well worth the little cost if
you need the extra features. (it has a free version)


  Nicole


On 09-Sep-03 Unnamed Administration sources reported Incredible Networks said :
> Hi,
> 
> I need an FTP Server for FreeBSD 4.8 that complies with the following:
> 
> 1. Anonymous (Read Only) and Authenticated (Read/Write) Access
> 2. Listens on multiple Interfaces (one for anynomous)
> 3. Anonymous Access redirect to specific location (partition)
> 4. Cannot Browse root (cd /) and expose directory structure (folders)
> 5. Can support Active Transfers (not passive)
> 6. Fast and Robust
> 
> 
> Any suggestions would be greatly appreciated, and installation pointers
> (configuration) would even be better!
> 
> Currently running FTPD (Standard FreeBSD FTPD), but you can browse the whole
> server. :(
> 
> I got the latest Ports Collections under /usr/ports
> 
> Regards
> Schalk
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"



 |\ __ /|   (`\
 | o_o  |__  ) )   
//  \\ 
 -  [EMAIL PROTECTED]  -  Powered by FreeBSD  -
--
 " Daemons" will now be known as "spiritual guides"
-Politically Correct UNIX Page

"Witchcraft is in essence the worship of the powers of this world,
 beautiful and terrible, but all in a circle under the turning sky
 that is the One." -C.A. Burland, "Echoes of Magic"

"Connecting with energy is something humans have to be open
 to and talking about and expecting,  otherwise the whole human
 race can go back to pretending that life is about power over others
 and exploiting the planet.  If we go back to doing this,
 then we won't survive."  -James Redfield, "The Celestine Prophecy"

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Best FTPD...

2003-09-09 Thread Mike Maltese
I rather like ProFTPd. It's very robust, highly configurable, and should be
capable of the requirements you've listed.
http://www.proftpd.org

- Original Message - 
From: "Incredible Networks" <[EMAIL PROTECTED]>
To: "FreeBSD Questions" <[EMAIL PROTECTED]>
Sent: Tuesday, September 09, 2003 12:18 PM
Subject: Best FTPD...


> Hi,
>
> I need an FTP Server for FreeBSD 4.8 that complies with the following:
>
> 1. Anonymous (Read Only) and Authenticated (Read/Write) Access
> 2. Listens on multiple Interfaces (one for anynomous)
> 3. Anonymous Access redirect to specific location (partition)
> 4. Cannot Browse root (cd /) and expose directory structure (folders)
> 5. Can support Active Transfers (not passive)
> 6. Fast and Robust
>
>
> Any suggestions would be greatly appreciated, and installation pointers
> (configuration) would even be better!
>
> Currently running FTPD (Standard FreeBSD FTPD), but you can browse the
whole
> server. :(

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Best FTPD...

2003-09-09 Thread Benjamin Kohler
On Tue, 9 Sep 2003 21:18:03 +0200
> I need an FTP Server for FreeBSD 4.8 that complies with the following:
use proftpd
--> /usr/ports/ftp/proftpd

Docs about everything at http://www.proftpd.org

cu and greets

kob
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"