Chris1961 Posted January 22, 2012 Posted January 22, 2012 Hi I am trying out FTPeek but have hit a problem. I can connect using FTPeek_ConnectFTP no problem. If I use FTPeek_ConnectSFTP though I hit an error. The Public Key for the server is stored in FM and I know this to be correct by using GetPublicKey and comparing it to the field contents. When I connect though, I get the error "Could not authenticate the SSH client: FAILED" I am using the following: IF FTPeek_ConnectSFTP ("servername:port" ; example::PublicKey ; "username" ; "password") = "ERROR" ...handle error ENDIF Thanks in anticipation OS: Win7 FM: 11 Advanced FTPeek: 1_561
wbasham Posted January 23, 2012 Posted January 23, 2012 Have you verified you are able to connect to the FTP server through a different FTP client on the same machine?
Recommended Posts
This topic is 4744 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now