• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Resolved No FTP access for additional user

aski

New Pleskian
Hi,

within my domain I have a web-hosting user "name1" which can also be found in "ftp access".

When I ftp to my machine using "sftp [email protected]" all is good.

Now I added another user named "name2" within "ftp access".

When I ftp to my machine using "sftp [email protected]" I'm prompted for the password.
When I enter the correct password I get: "Connection closed."

Dr. Google seems of no help.
Anyone know anything?

Regards,
Alex
 
SFTP is not really FTP, it's a completely different protocol, based on SSH (SSH File Transfer Protocol). Since name2 is only a FTP user and not a system user, SFTP won't be possible.

I suggest using FTPS instead (FTP over SSL/TLS).
 
Back
Top