• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

FTP account and home directory

Mickael Salfati

Regular Pleskian
Hello,

3.2.0-4-amd64 #1 SMP Debian 3.2.63-2+deb7u2 x86_64
PLesk 12.0.18 MU60

When a customer want to create a FTP account with specific home directory (this directory do exist) error appeared "The specified file or directory does not exist."

Any information, because no customer can create FTP access to specific directory.
It's always available to create an ftp account for / target

Mickael
 
Looks like problem in permissions. Try to repair vhosts permissions with

# plesk bin repair --restore-vhosts-permissions
 
IgorG on this machine, action was done since plesk 11. We just loaded an NFS partition to /var/www/vhosts point.
Everything is okay except this FTP issue.
 
Maybe incorrect mount options in fstab? Any related errors in logs?
 
I didn't find any errors in panel.log about this stuff.

mount options are: nfsvers=3,user,hard,intr,rsize=8192,wsize=8192,noexec,nolock,noatime,proto=tcp,_netdev
noexec, nolock, noatime are here for security purpose.
 
Let's wait someone more familiar with this type of vhosts configuration.
Anyway - bad idea move vhosts location without transvhosts.pl utility. Consequences are unpredictable.
 
Back
Top