Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Argument Command in Exec Process Task NOT copying the file

/command "open abc@sftp.net" "get /home/abc/customer_20100520.zip c:\temp\" "exit"
dsu

Argument Command in Exec Process Task NOT copying the file

i have issue when i am running using winscp command through execute process task in SSIS.
when i run this i follow this
in the executable file i use c:winscp.com
in the Argument i pass this command :
"abc@sftp.net" "get /home/abc/customer_20100520.zip c:\temp\" "exit"

What this does it opens the command line prompt and it just stops at place where it should start execue the command
get /home/abc/customer_20100520.zip c:\temp\

BUT When i do use command line and pass these all it again stops there and it requires me to write the
get /home/abc/customer_20100520.zip c:\temp\ then it copies all the file to desired ( c:\temp\)

can any one please advise me what should be the format or code to pass input so it can do automatically.
Please advise me this is very urgent
Many thanks in advance :?