![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm trying to automate uploading a file to a secure FTP site using a program called WinSCP. I can run it from the command line using something like: winscp3 /console /script=example.txt But I want to call this from the activex task. At the moment DTS tells me there is a syntax error on this line. I kind of expected this as I must have to declare WinSCP somehow before DTS will know what it is. Could someone tell me how to use make this work in the activex script task? or if there's a better way of connecting to SFTP from DTS? Thanks Leslie |
#3
| |||
| |||
|
|
The ExecuteProcess task is more suited to this kind of thing can you use that? Allan "les" <les> wrote in message news:b9jhm1tj2kjh6rjungfrgrhvehne8siqvs (AT) 4ax (DOT) com: I'm trying to automate uploading a file to a secure FTP site using a program called WinSCP. I can run it from the command line using something like: winscp3 /console /script=example.txt But I want to call this from the activex task. At the moment DTS tells me there is a syntax error on this line. I kind of expected this as I must have to declare WinSCP somehow before DTS will know what it is. Could someone tell me how to use make this work in the activex script task? or if there's a better way of connecting to SFTP from DTS? Thanks Leslie |
#4
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |