• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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