SSIS to SFTP using WINSCP
Hey,
I am trying to export some files on my local folder to an SFTP location using SSIS....I need the command line to accept the hostkey always. Can you please let me know what am i missing here?
/command "open sftp://myusername:mypassword@myportal -hostkey="ssh-rsa 2048 ...........................="" "put D:\xxx\xxx\*.CSV /xxx/xxxx/" "exit"
I am trying to export some files on my local folder to an SFTP location using SSIS....I need the command line to accept the hostkey always. Can you please let me know what am i missing here?
/command "open sftp://myusername:mypassword@myportal -hostkey="ssh-rsa 2048 ...........................="" "put D:\xxx\xxx\*.CSV /xxx/xxxx/" "exit"