This error is rare on Plesk CP [Windows] users, Under Plesk CP, if you delete a physically hosted domain and recreate it with same login credentials, you might get this error,
530 User ?myftpaccount? cannot log in, home directory inaccessible.
It has been caused because of IIS cache.
It's simple to resolve this error,
1. You'll need to clean up IIS FTP service cache. then restart IIS FTP service [MSFTPSvc]
2. And also you can disable IIS FTP cache.
Start >> Run >> regedit
Quote:
|
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Servic es\InetInfo\Parameters\DisableMemoryCache set DWORD = 1
|