Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SSIS - Zip and SFTP

Status
Not open for further replies.

drampall

Programmer
Oct 24, 2007
2
MU
HI,

Does anyone know which tools can be used with SSIS to
1. zip/unzip files
2. SFTP files?

SSIS gives the possibility to FTP files but not Secure FTP.
Has anyone been able to work around this?


Rdgs

David
 
You can probably use something like WinZip to zip/unzip files. I'm pretty sure you'd have to purchase it in order to use the command line interface, though.

You will probably also have to go with a third-party tool in order to send files using secure ftp. We use WinSCP3 which is free and works pretty good for us.

I hope that helps! :)
 
The System.IO.Compression namespace can be used to zip/unzip files

Here's a starting point:
There is also a free 3rd party tool called SharpZipLib that makes zipping/unzipping in .net very easy
if you wanted to go that route.

Hope this helps,

Alex

[small]----signature below----[/small]
Who are you, and why should I care?
Side A: We're a community of outdated robots who refused to upgrade and came here
*changes sides*
Side B: to live a simpler existence. Free of technology.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top