• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Stopping FTP users from navigating entire server

R

RyanW

Guest
Is there a way to stop people who use a domain's ftp login from being able to apparently navigate around the whole server, root and all?
 
what do you mean by that? each user is locked in to their home by defauly
 
Are you using proFTPD. Try ftp'ing to the server and look at the banner.

Check /etc/proftpd.conf. Make sure DefaultRoot is set. Sounds like chroot is not occurring.
 
In /etc/proftpd.conf you have to put a line with this:
DefaultRoot ~
 
Back
Top