January 10, 2011 at 9:41 am
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!!! 😀
January 14, 2011 at 12:37 pm
August 30, 2011 at 3:37 pm
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