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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Connecting to sftp port 22 from an ftp task

Status
Not open for further replies.

mbeth6

Programmer
Nov 6, 2003
17
0
0
US
Does anyone know if it is possible to connect to an sftp site using port 22 using SQL2005 SSIS? I am trying to build a package that will go out to the secured ftp site, save it to a local folder and do a bulk insert. So far all attempts have failed.

Thank you in advance for your help.

Mary Beth
 
The FTP task doesn't support secure FTP. You'll need to download a third party FTP client then call that app as part of a command shell object.

You might be able to write a Script task which uses .NET to go out and get the file. I don't have any sample code however.

Denny
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration)
MCITP Database Administrator (SQL 2005) / Database Developer (SQL 2005)

My Blog
 
Thank you for the information. I will follow up on your suggestion.

Sorry about the cross post. I am still fairly new at these threads and did realize until later that I had done that.
 
Not a problem, it happens. We just try to limit it so that it's easier to find the information that you are looking for.

Denny
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration)
MCITP Database Administrator (SQL 2005) / Database Developer (SQL 2005)

My Blog
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top