I am not a Microsoft person. But I do hope they read these posts.
"kiran" wrote:
>
> Charles Kangai wrote:
> > Unless there is a trick I have missed, the only way to specify multiple files
> > is by using a wildcard. You cannot specify a comma separated list of the
> > files you want. But I can see that it would be nice to have such a feature.
> >
> > Charles Kangai, MCT, MCDBA
> >
> > Author of Learning Tree's 4-day course: "SQL Server 2005 Integration
> > Services"
http://www.learningtree.com/courses/134.htm > > Author of Learning Tree's 4-day course: "SQL Server Reporting Services"
> >
http://www.learningtree.com/courses/523.htm > >
> >
> >
> > "kiran" wrote:
> >
> > > Hi Charles,
> > > This is regarding your answer to my second
> > > question.Thanks for your Input. By saying "Wildcard" you mean to say
> > > for ex. : "/path/ a.*" or may be "/path/ *.zip" ?. This works. But What
> > > i really need is ..I will give you an example.
> > > Let me say I have some 20 - 30 files in a location , say,
> > > FTP.SERVER.COM and the path initially where the files are available is
> > > say \PATH\. Now I have 20 files, say,
> > >
> > > 1. k1.txt
> > > 2. ds2.xls
> > > 3 . \inerpath\kn.jpg
> > > 4 . pr.zip
> > > 5. abc.lmn
> > > ..
> > > ..
> > > ..
> > > ..
> > >
> > > 20. an.klp
> > >
> > > Now, I will select only 6 files say file No 1 ,4,
> > > 7,8 ,9 and 20. I to download these 6 files I have to loop through each
> > > file to download files. Now I dont want the loop.I just want get into
> > > the FTP task "once" and select only the above 6 files and download
> > > these files. Is this possible?
> > > Thanks,
> > > Kiran
> > >
> > >
> > >
> > >
> > > Charles Kangai wrote:
> > > > Hi Kiran,
> > > >
> > > > I can answer your second question, i.e. whether you can download multiple
> > > > files in one operation. The answer is Yes. What you do is:
> > > >
> > > > 1) Create a variable and set its value to the wildcard of the files you want
> > > > to download.
> > > > 2) On the File Transfer page of the FTP task, set the Operation property to
> > > > "Receive Files"
> > > > 3) Set the IsRemotePathVariable property to True.
> > > > 4) Set the RemoteVariable property to the variable you created in Step 1.
> > > > 5) Specify the LocalPath property and set any other properties.
> > > >
> > > > I didn't understand your first question. You are saying that you have
> > > > downloaded a file from an FTP server to local, but then you are asking
> > > > whether it is possible?
> > > >
> > > > Regards,
> > > >
> > > >
> > > > Charles Kangai, MCT, MCDBA
> > > >
> > > > Author of Learning Tree's 4-day course: "SQL Server 2005 Integration
> > > > Services"
http://www.learningtree.com/courses/134.htm > > > > Author of Learning Tree's 4-day course: "SQL Server Reporting Services"
> > > >
http://www.learningtree.com/courses/523.htm > > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > "kiran" wrote:
> > > >
> > > > > Hi all,
> > > > >
> > > > >
> > > > > This question is regarding downloading a
> > > > > file from an FTP Server to local (through SSIS FTP Task). I have 2
> > > > > questions to ask you.
> > > > > 1. I have Downloaded a file of 5.5 MB from FTP Server to Local through
> > > > > (SSIS FTP Task).It took nearly 4 Minutes 20 seconds (Nearly). Is there
> > > > > any method to download a file from an FTP Server to local (through SSIS
> > > > > FTP Task)? (These are Just the test results.).
> > > > >
> > > > > 2. I have a set of Files to download from an FTP.I am using FTP Task
> > > > > in a loop to download each file.Now I think Each Time It passes through
> > > > > the FTP Task Is connection to the Server.Obviously there is a time
> > > > > delay. is there any method through which i can call the FTP task only
> > > > > once to download those set Of files.?
> > > > > Thnaks,
> > > > > Kiran G
> > > > >
> > > > >
> > >
> > >
> Hi charles,
> We used to do the same thing in DTS. It was possible
> there. But Its not possible now In SSIS.
>