This website is deprecated, and remains online only for historic access to old issues and docs for historic versions of Virtualmin. It has been unmaintained for several years, and should not be relied on for up-to-date information. Please visit www.virtualmin.com instead.
I have client who moved his FTP server from Win server to CentOS.
Can I make one specific FTP folder and its subfolders case insensitive ? If yes, please - how.
By default, no -- Linux (and thus the various modules that use it) is case sensitive.
That said, doing a little Googling, it looks like ProFTPd does have a non-standard module to it called "mod_case", which may in fact do what you're after.
I have no experience with it, or with installing it, so I can't speak to how well it works, or how hard it is to install.
However, if you're interested in exploring, you may be able to get what you're after with that FTP module :-)
By default, no -- Linux (and thus the various modules that use it) is case sensitive.
That said, doing a little Googling, it looks like ProFTPd does have a non-standard module to it called "mod_case", which may in fact do what you're after.
I have no experience with it, or with installing it, so I can't speak to how well it works, or how hard it is to install.
However, if you're interested in exploring, you may be able to get what you're after with that FTP module :-)
-Eric
I have tried Googling, but no luck. :) I will try to check this ASAP and let you know how it went.
thank you very much
explanation is here: http://www.castaglia.org/proftpd/modules/mod_case.html
module can be downloaded here: http://www.castaglia.org/proftpd/modules/proftpd-mod-case-0.3.tar.gz