Re: SSIS WinSCP integration using Ppk without Password
Nik, is the above a question or an example solution?
-script=D:\script.txt -parameter c:\database\templete.xls
and in the script
option batch off
option confirm off
open XXXXXXXXXXXX
put %1% /database/
exit
will the above code work?
I do not think this makes any difference.
Change your arguments from using /script or /key to -script and -key
When I execute the task, I receive an [Execute Process Task]Progress: Operation Complete - 100 percent complete. However it did not transfer (get) the zip file from the FTP server. What am I doing wrong?
Hi, I can't seem to figure out the command line syntax to run this software with SSIS execute process task.
Here is what I have so far.
I call the WinScp.exe
I pass this line in as my argument
user@mysite.com /privatekey/ "\\test\f$\Import\scp Keys\OSF priv key.ppk"/script="\\sqltest\e$\SSIStest\Export\sftpscript.txt"
it times out everytime?
Hi, I can't seem to figure out the command line syntax to run this software with SSIS execute process task.
Here is what I have so far.
I call the WinScp.exe
I pass this line in as my argument
user@mysite.com /privatekey/ "\\test\f$\Import\scp Keys\OSF priv key.ppk"/script="\\test\a$\SSIStest\Export\sftpscript.txt"
it times out everytime?