Hi Denis.
It's very nice to know that under Windows we can have multiple FTP account, but when we running windows on a internet-exposed machine we have a lot of other problems.
Under linux exist a lot of Opensource FTP servers that implement VirtualHost, that is what we are asking all from at least 2 years (i'm stopping at 2 years only because is when i've buyed my plesk license and i've implemented my plesk server).
Plesk declare to use ProFTPD ver. 1.3.1 ,and the ProFTPD project, in the feature page at
http://www.proftpd.org/features.html declares that in the ProFTPD features there is
# Per directory ".ftpaccess" configuration similar to Apache's ".htaccess".
# Easy to configure multiple virtual FTP servers and anonymous FTP services.
from version 1.3.0rc1 (that seems a version before the one that plesk use) release notes we see
Bug 2454 - Extend <VirtualHost> to honor multiple addresses. With this
change, the Bind directive is now deprecated. See the RELEASE_NOTES
for more details.
so it seems that ProFTPD is able to permit the management and creation of multiple virtualhost over multiple IP addresses.
it remains only the unix users permission system that can make some problems, but also that is solved from ProFTPD programmers, as you can see here
http://www.proftpd.org/docs/howto/VirtualUsers.html :
every virtual user can have its own UID and GID assigned, so they can have the same UID/GID of the primary FTP user, or can be asked to the Admin , for example with a radio button, if they want to assign a new id or use the same as the primary FTP for that account.
so we don't understand.
what's the problem in giving also to Linux servers that ability, that seems also implemented in the sw that plesk use under linux?
also considering that this thing is asked at loud voice from all linux customers?
the technology to solve that issue seems