Tamer Eid
My feedback
1 result found
-
421 votes
This is a valid request, so we’ll look into it. There is no ETA at the moment, but we would really appreciate you voting for this request so that we can accurately assess its popularity relative to other features.
The original request contains a manual solution, so, we consider to automate it. Please, add a comment if your case will not be solved with that solution.
Thanks in advance!
— rk
An error occurred while saving the comment
The summary of FTP issue and workaround fix:
In Plesk it is possible to have only one user that could access domain via SFTP & can not have different home directory than the web home directory
so the solution until they implement it as i write before:
1) create additional FTP account from GUI admin panel.
2) run the commands below from SSH:
usermod -s /bin/bash <username>
mkdir /home/<username>
chown versand /home/<username>
3)also remember to delete home directory /home/<username> after you delete additional FTP user
hope that help someone