On Monday 27 May 2002 05.10, Vincent Danen wrote:
> On Mon May 27, 2002 at 01:18:11AM +0200, Yves Duret wrote:
> > >> > I can see that vsftpd is becoming increasingly popular. More secure
> > >> > than wu-ftpd and ProFTPD and also very fast according to reports. I
> > >> > tried it myself, and it's certainly fast and easy to setup.
> > >> >
> > >> > Any plans to add vsftpd to Cooker? Maybe it's even a strong
> > >> > contender as the default ftp server for the next Mandrake?
> > >>
> > >> AFAIK, vdanen planed to include it...
> > >> vincent ?
> > >
> > > I was thinking about it, yes, but discussion with others decided that
> > > two FTP servers was enough for Mandrake (I agree), and my preferred
> > > solution of removing wu-ftpd in favour of vsftpd was not well
> > > received.  =)
> > >
> > > I could probably do something in the relatively near future and put it
> > > in contribs (unless you have a srpm already made?).  Or, if that
> > > fails, at the very least put it on rpmhelp.net with qmail, djbdns, and
> > > others.
> >
> > and done. (i gave a try few weeks ago).
> > http://people.mandrakesoft.com/~yduret/
> > please test it before i upload it...
> > i really like to put it in main and switch wu-ftpd to contrib.
>
> Cool... I'll take a peek at it tomorrow and see what I can break.  I
> really like Chris' stuff, and I know it'll be secure.  I would use it
> myself except that it doesn't support virtual domains and, AFAIK,
> there is no way to bind it to one particular IP address (ie. I could
> run three instances, each on their own IP if that were possible).
>
> Hmmm... methinks I should look at what I can do running vsftpd under
> tcpserver... I bet I could accomplish it that way...
>
> Anyways, I'll take a peek tomorrow when I'm in the office.

When I run (ran) proftpd/wu-ftpd I did it like this:

[root@kamajokk /]# cat /var/service/proftpd/run
#!/bin/sh
PATH="/sbin:/usr/sbin:/bin:/usr/bin:/var/qmail/bin:/usr/local/bin:$PATH"
exec 2>&1
exec tcpserver -XHRv -c50 -llocalhost \
-x/etc/tcprules.d/ftpd.cdb 0 ftp \
/usr/sbin/in.proftpd -n -d

[root@kamajokk /]# cat /var/service/wuftpd/run
#!/bin/sh
PATH="/sbin:/usr/sbin:/bin:/usr/bin:/var/qmail/bin:/usr/local/bin:$PATH"
exec 2>&1
exec tcpserver -HRv -c40 -llocalhost \
-x/etc/tcprules.d/ftpd.cdb 0 ftp \
/usr/sbin/in.ftpd -l -a -t 7200

Now I don't since my customers are all running windoze and have to use WinSCP 
(http://winscp.vse.cz/eng/) or cygwin+openssh instead. No more private ftp 
stuff...

-- 
Regards // Oden Eriksson

Reply via email to