Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

chaitanya.brindavan@gmail.com

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"