Hi - I'm running a registered version of Core FTP, using SSH/SFTP protocol only.
I want to block all IP addresses from connecting except specific IP's for certain authorised users.
I create a DENY rule for IP range *.*.*.* (which I assume deny's everyone), then an ALLOW rule for the specific IP address that I want to give access to.
Thing is, with the above configuration anyone/everyone trying to connect still gets prompted for logon.
Is the *.*.*.* syntax in the DENY rule incorrect or am I misunderstanding the principle of the access rules feature.