RE: FTP Task and Importing Zipped files -
04-21-2008
, 12:58 AM
Hi Jason,
Regarding your two questions, please see the answers below.
Q: Can you tell me why I can browse certain files/folders when using IE on
an ftp://ftp... site, but when I connect using the same username and
password via an ftp connect, I can't see all the files?
A: I am not sure of your meaning. SSIS FTP Connection Manager does not
provide a UI visibility for listing folders and files. If you want to
browse what files are there in your FTP site, please use
ftp://xxx.xxx.xxx.xxx to open a connection to your FTP site in IE. If you
mean that you were using .NET FTP class library, I recommend that you have
a new post at microsoft.public.dotnet.framework for more dedicated support.
Q: Also, I would like to Unzip files using the Script Task in SSIS. Do you
know of any examples that show me how to use
System.IO.Compression.CompressionMode.Decompress.
A: Please refer to this article to see if it helps:
SYSK 82: Compression Example in .NET
http://blogs.msdn.com/irenak/archive...14/551106.aspx
If you have any other questions or concerns, please feel free to let me
know. Have a nice day!
Best regards,
Charles Wang
Microsoft Online Community Support
================================================== =======
Delighting our customers is our #1 priority. We welcome your
comments and suggestions about how we can improve the
support we provide to you. Please feel free to let my manager
know what you think of the level of service provided. You can
send feedback directly to my manager at: msdnmg (AT) microsoft (DOT) com.
================================================== =======
This posting is provided "AS IS" with no warranties, and confers no rights.
================================================== ======= |