• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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