vsFTPD mixed SSL and plain text mode
- by stan31337
Is it possible to configure vsFTPD to use Explicit FTP over TLS for all connections except those coming from 127.0.0.1?
Joomla website is being hosted on a server, and it's unable to use FTPES, so I had to set:
force_local_data_ssl=NO
force_local_logins_ssl=NO
But I want to force content managers to use FTPES, and I am unable to control whether they have chosen FTP or FTPES in their client's connection properties.
Thank you!