Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section FTP Server
  • Search

ProFTPD cannot create directory

Questions regarding the FTP Server
vsFTPd, ProFTPd
Post Reply
  • Print view
Advanced search
2 posts • Page 1 of 1
vijaymani
Posts: 4
Joined: Mon Jul 04, 2016 5:56 am

ProFTPD cannot create directory
  • Quote

Post by vijaymani » Thu Aug 18, 2016 10:40 am

hi,

after following the guide on vestacp "How to replace vsftpd with ProFTPD on a Debian or Ubuntu" i am unable to create directory after logging in as an ftp user or admin user of vesta cp account. It says
Command: MKD /dfg
Response: 550 /dfg: Permission denied

The folder permissions are all set correctly. What could be wrong. Please help
Top

Elizine
Posts: 50
Joined: Wed Aug 12, 2015 12:11 pm
Contact:
Contact Elizine
Website

Re: ProFTPD cannot create directory
  • Quote

Post by Elizine » Thu Sep 08, 2016 10:47 am

Add the commands XRMD and XMKD to those allowed by the user. They are described as X-Variants of the commands RMD and MKD and are apparently "often missing from a thorough configuration" according to http://www.castaglia.org/proftpd/doc/co ... Limit.html

So perhaps somewhere in my system these commands are now being used instead.

The end of my config now reads:

Code: Select all

<Directory /home/userftp/upload>
Umask 022 022
AllowOverwrite on
    <Limit READ>
        DenyAll
        </Limit>

        <Limit STOR CWD MKD RMD DELE XRMD XMKD>
        AllowAll
        </Limit>
</Directory>
Top


Post Reply
  • Print view

2 posts • Page 1 of 1

Return to “FTP Server”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password