Host key wasn't verified!
I am using the script tool to ftp to our secure ftp site. Could you please help me to see whcih part went wrong? It is conplaining about the hostkey when running through SQL Analyer but no problem if I typed them manually in command prompt
I have a batch file sftp_test.bat with one line command
WinSCP.com /script=D:\sftp_test.txt
sftp_test.txt contains the following
=======================================
option batch off
option confirm off
open username:pasword@site
Put d:\TestYYYYMMDD.txt
close
exit
=======================================
I have no problem running it by double clicking it or through the NY schedular but I can not run through SQL (I want to schudule as a SQL Job then with all the notification benefits)
When I run through SQL analyzier "exec master.dbo.xp_cmdshell 'D:\sftp_test.bat'"
here is the result I got
NULL
C:\Windows\system32>WinSCP.com /script=D:\Uploads\sftp_CAPSJob.txt
batch off
confirm off
Searching for host...
Connecting to host...
Authenticating...
The server's host key was not found in the cache. You have no guarantee that the server is the computer you think it is.
The server's rsa2 key fingerprint is:
ssh-rsa 2048 6d:c9:34:0e:8a:bb:3e:26:3a:75:9d:38:1a:13:11:0e
If you trust this host, press Yes. To connect without adding host key to the cache, press No. To abandon the connection press Cancel.
Continue connecting and add host key to the cache?
(Y)es, (N)o, C(a)ncel, (C)opy Key: Cancel
Host key wasn't verified!
Authentication failed.
NULL
But I want to be able to use SQL agent instead of the cmd prompt or schedular
much thanks