• 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.

Wrong Folder and File Permissions

PhilGreg

New Pleskian
Hi, I have a problem where every folder I ftp onto the server gets given a 700 permission and every file gets a Zero permission. Most of the sites I am adding to this server will be WordPress sites and most of the folders I want to have a permission of 755 and for the files a permission of 644 so my question is how do I change the settings so that any new files ftp'd onto the server get the permission 755 and files get the permission of 644 ? Thanks
 
Hi PhilGreg,

you can use the directive "Umask" in the /etc/proftpd.conf to set the permissions for uploaded files or folders.

Kind regards
Henning
 
Following on from Henning's post I found the solution to be :

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