Hi,
We need to generate csv file and send it to third party via SFTP using SSIS. We are not preferring buying component for SSIS. Free source ones are using plain text to send credentials, which we do not want to do.
Our company uses Axway client to do these SFTP things. It runs under a profile set up with credentials. So, we decided to utilize this so that we don't have to worry about credentials. Axway can run windows schedule task under its credentials. So we are thinking of creating a batch file that does the work and calling this batch file with scheduled windows task. We are planning to execute this scheduled windows task in SSIS package.
I need code or logic to call scheduled windows task in SSIS. Lot of forums say to use 'Execute Process Task', but not syntax or code how to use it for windows scheduled task.
Please let me know how to do this OR is there any good component to use SFTP in SSIS.
Thank You
Spunny