Results 1 to 3 of 3
I was trying to sftp to my domain with a newly created ftp user but it says "Permission denied, please try again".
If i do sftp with the default ftp ...
- 03-21-2009 #1
SFTP : Permission denied, please try again
I was trying to sftp to my domain with a newly created ftp user but it says "Permission denied, please try again".
If i do sftp with the default ftp user that is domain owner ftp id i am able to log in what is the problem?
- 03-21-2009 #2
sftp is used to transport files over ssh. It is not used to connect to an ftp server. If you would like to use sftp you would have to have your ssh port open and use your username and password use you to log into the server.
- 03-23-2009 #3
Thanks man i got the idea .. sftp works over ssh and it requires a valid user with linux know shell access only then i can access to the server using sftp.


Reply With Quote