• 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 Issues

D

druxcyck

Guest
I was able to ftp earlier, I believe they started after I changed the home directory through IIS, I suppose the better way would have been to create a new user.. ALl of the permissions seem to be correct but whenever I try to login I get an invalid password, I have reset the password and even tried creating a new user.
 
Try running plesk reconfigurator or try running.


#cd %plesk_bin%
#ftpmng.exe --reconfigure-all
 
I would like to be able to actually CHMOd on an IIS installation.
Half the time my users want to install a php based app and they have pemrissions problems that they cant change...
 
You can reset the folder permission and reconfigure the IIS entries by running the following commands

>cd %plesk_bib%
>websrvmng.exe --reconfigure-all
 
Back
Top