> > This is a missing functionality in vsftpd in the first place, of course,
> > but setting up vsftpd is still a *lot* easier + faster than doing the
> > same with apache.
> 
> Yes and no.
> Alias directives in Apache are pretty easy to set up ;)

You might find it easy, but vsftpd is still 10x easier. And before you
can put an alias, you have to set up the whole damn lot. Not my choice
for when I "just want".

> Running FTP on non-standard ports isn't a very good idea though - IMHO.

Entirely depends on what you want it for. On the LAN anything goes.

> > It's not so difficult to support this via init.d runlevel script, and
> > I'm thinking of implementing it.
> 
> How would you do that with vsftpd ?

One process per port and directory to serve, with editing a file in
/etc/sysconfig/ being the most required to set it going by
init.d/vsftpd. Minimum data required would be ftp root directory,
optional port number, optional config file (default /etc/vsftpd.conf).

> mount --bind is an option (too bad hard links don't work across
> partitions,

You'd have to hardlink a directory! Even if the filesystem supports it
(which do?), mount --bind might be the better option.

Volker

-- 
Volker Kuhlmann                 is list0570 with the domain in header
http://volker.dnsalias.net/     Please do not CC list postings to me.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to