[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Disable FTP Access



> > > Lets try something rather radical here...In your
> > > /etc/proftpd.conf file, add the following lines BEFORE the
> > > <VirtualHost> directives that are already there (using the
> > > domain you wish to block of course):
> > >
> > > <VirtualHost stretchedout.com>
> > > <Limit LOGIN>
> > > DenyAll
> > > </Limit>
> > > </VirtualHost>
> >
> > What happens if someone logs in by IP instead?
>
> What about
>
> <Limit Login>
> DenyGroup Site4, Site5, Site6
> </Limit>
>
> With Site4, Site5, and Site6 being the members of those sites?

Sorry to revisit this one, but did anyone get this type of solution to work,
apart from pointing off second domains and all that other stuff.

If denial of ftp access is not possible straight from the ftpd.conf file or
another file then so be it, and thats the way the cookie crumbles.

Regards,

Mac