January 22, 201213 yr 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
January 23, 201213 yr Have you verified you are able to connect to the FTP server through a different FTP client on the same machine?
Create an account or sign in to comment