1. Clean up the IIS FTP service cache. To reset the FTP cache, restart the IIS FTP service.
net stop MSFTPSvc
net start MSFTPSvc
2. Disable the IIS FTP cache. To completely disable caching, set the following parameter:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Servic es\InetInfo\Parameters\DisableMemoryCache DWORD 1
c. If this issue happens to every domain, you can repair the FTP configuration for all domains using the following commands:
command
cmd
cd %plesk_bin%
"%plesk_bin%\ftpmng.exe" --remove-all
"%plesk_bin%\ftpmng.exe" --reconfigure-all
İşinizi görecektir.