Executing winscp as a process task in ssis. task executes nor error but files are not brought down
as title says task executes but no files brought down.
using
option batch abort
option confirm off
open sftp:xxxxxx:*xxxxxxx@10.xxx.xxx.xxx :22
get /Pickup Linkage files from MoH/*.txt C:\Test
exit
the hostname, username and password are correct as tested in filezilla
the execute process task in ssis
Executable C:\Program Files (x86)\WinSCP\WinSCP.exe
Arguments -script=C:\WinscpLINKScript.txt
Working Dir C:\Program Files (x86)\WinSCP
using
option batch abort
option confirm off
open sftp:xxxxxx:*xxxxxxx@10.xxx.xxx.xxx :22
get /Pickup Linkage files from MoH/*.txt C:\Test
exit
the hostname, username and password are correct as tested in filezilla
the execute process task in ssis
Executable C:\Program Files (x86)\WinSCP\WinSCP.exe
Arguments -script=C:\WinscpLINKScript.txt
Working Dir C:\Program Files (x86)\WinSCP