• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

FTP and File Permissions Problem

PhilGreg

New Pleskian
Whenever I setup a new FTP user in Plesk and then configure my FTP client with exactly the same username and password and transfer files and folders onto the server then the file permissions allocated are incorrect. Folders get allocated a permission of 700 and files a permission of 600, whereas I want all folders to have a permission of 755 and files a permission of 644. How can I change my setup so that files and folders get the permissions I want ? Many Thanks
 
Ok I managed to eventually find the solution which was to :

1. Use Putty.exe to access the server
2. used the command "cd /usr/local/etc/" to navigate to the "etc" directory
3. Entered "vi proftpd.conf" to create the file proftpd.conf
4. entered the statement "umask 022" and then saved the file.
5. Rebooted server for changes to take effect and BINGO any new folders that get FTP'd to the server get the permission 755 and files get the permission 644.
 
Back
Top