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

RE: [cobalt-users] Disable FTP Access



Hi Larry,

> According to the Proftpd docs, you can simply add a <Limit LOGIN> section to
> the virtualhost section for that site and immediately shutdown all FTP to
> that site:
>
> <VirtualHost 10.0.0.1>
> ServerName "My virtual FTP server"
> <Limit LOGIN>
> DenyAll
> </Limit>
> .....
> </VirtualHost>
>
> Just tested it against a site here and it works...

That sounds just the ticket, diamond.

When you say the virtualhost section, are you talking about its entry within the
httpd.conf file or a specific Proftpd file.

Oh BTW: Please ignore my ignorance if it is too obvious, but want to make sure I
get it right.

Thanks again Larry,

Mac