Re: SSIS to SFTP using WINSCP
You seem to have quotes wrong.
It should be like:
See https://winscp.net/eng/docs/commandline#syntax
The easiest is to have WinSCP GUI generate a script template for you:
https://winscp.net/eng/docs/ui_generateurl#script
It should be like:
/command "open sftp://myusername:mypassword@myportal -hostkey=""ssh-rsa 2048 ...........................=""" "put D:\xxx\xxx\*.CSV /xxx/xxxx/" "exit"
See https://winscp.net/eng/docs/commandline#syntax
The easiest is to have WinSCP GUI generate a script template for you:
https://winscp.net/eng/docs/ui_generateurl#script