Skip to main content

Additional FTP Account permission

Comments

2 comments

  • cPanelLauren
    Hello, You can make it so no user can delete files over FTP if you're using Pure-FTPd by uncommenting the line as follows: # Allow users to resume/upload files, but *NOT* to delete them. # KeepAllFiles yes:
    The following documentation gives instructions on how to edit the Pure-FTP configuration: How to Edit FTP Server Configuration from the Command Line | cPanel & WHM Documentation You'd just replace ForcePassiveIP used in the example with KeepAllFiles
    0
  • papiandy
    # Allow users to resume/upload files, but *NOT* to delete them. # KeepAllFiles yes:

    but that configuration is global right? Only root user can delete files ?
    0

Please sign in to leave a comment.