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

ITBobbyP85@gmail.com

WinSCP and SSIS Argument Syntax

I am using WinSCP and SSIS to stage files to a Secure FTP Server. I would like to provide the "Arguments" as a SSIS Variable and am not sure of the syntax.

Something like this...

/script=\\RemoteDirectoryLocation\WinSCP\WinSCPScript.txt /parameter FileName.zip

And the /parameter will correspond to "%1%" in my WinSCPScript

Do I need to enclose the whole thing in quotes within SSIS and the Execute Process Task and the Argument?

I am hoping for a SQL Server SSIS User response for building a WinSCP Argument using SSIS Variables.

Thanks for your review and am hopeful for a reply.