• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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