SSIS FTP TASK - Change Remote Directory and Upload Files

  • Hi All,

    I am facing a problem while I am using SSIS FTP task to upload a file:

    Based on certain permission on remote FTP, the default ftp path for my username is say "ftp://xxx/", which is not necessary the root.

    Then I need to upload a file to another path rather than my account's default path:

    Under FTP command line:

    CD ..

    CD foldername

    PUT filename

    So, how could we implement this in SSIS FTP task? So that we could login as regular account and change remote directory and then upload file.

    Or anyone knows how to do it in Vb.net?!

    Thanks a lot!!! 😀

  • Use expression to dynamically modify FTP Task's RemotePath parameter to the location where you want to upload a file.

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • I have the same problem princa has

    I need to use the cd .. command to navigate one folder up from my default directory. Can I use an expression to do this in the RemotePath property?

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

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