ftp task in SSIS

  • Afternoon all.

    I have a new ssis package that i writing and am stuck on the first part.

    I have the ftp site details and the files i need are in a folder called "gets", but i keep getting an error mesage in my remote path variable about "/" char, anybody know where i'm going wrong.

    Regards Lee

  • When you build your variable that holds the ftp path (or indeed, any directory path for that matter) you need to escape special characters of which "/" is one.

    Simply replace wherever you have "/" with "//".

    That should do it.

    Tom

    Life: it twists and turns like a twisty turny thing

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply