Can I limit a user so they can only access my FTP server from a set IP address whist allowing other users to access the FTP from anywhere?
I have a Windows Server 2019 server running IIS 10 with an FTP site setup on it. the FTP server has Ftp User Isolation
set to Username physical directory
.
The server has several FTP users setup on it all mapping to their own folder, and I would like to limit some of them to only be accessible from within my workplace (not the same network as the server) whist still allowing the other users to be accessible from anywhere.
I have tried to use FTP IP Address and Domain Restrictions
to accomplish this but can not get it to work at the user level.
I have tried setting Access for unspecified restrictions
to Allow at the site level and Deny at the user level, with an allowed IP address at the user level, but this still allows access from all IPs.
I have also tried setting Access for unspecified restrictions
to Deny at the site level and allow
at the user level, and this block access from all IPs.
I can only get the FTP IP Address and Domain Restrictions
options
to work at the top level or site level in IIS, but not on any sub
folders under the site. Although the option is showing for the sites
sub folders which leads me to believe this must be possible and I am
just missing something.
Is this possible and if so can anyone point me in the right direction?