SQL Server 2012 SSIS: Sending files using FTP Task

Who is online?  139 guests and 0 members
home  »  blogs  »  Raunak Jhawar  »  SQL Server 2012 SSIS: Sending files using FTP Task

Training on Microsoft Products & Technologies

  Rate This Blog Entry:  register  or  login

Author

raunak.jhawar Raunak Jhawar (Member since: 7/12/2011 6:42:24 AM)
Specilaist for Intensive Data Computing.

View Raunak Jhawar 's profile

Comments (2)

AfroDBA
1/4/2012 3:16:36 PM Sonn Avens said:

How come no one has raised the issue with FTP task when sending(uploading) mutiple files to ftp sites. You can send a single file but when you use a wild card, it gives error. It will be great if anyone has example how to configure it.

I have the following configuration on FTP Task

A. Receive Files(Downloading multiple files): ==> Works Fine and will download mutiple files from ftp site

Remote parameter= /MycompanyDir/*.*

Local parameter=d:\customerFiles\

 

 

 

Send files: (Uploading multiple files): : ==> Failed

Local parameter=d:\customerFiles\*.*

Remote parameter= /MycompanyDir/

by
raunak.jhawar
1/5/2012 6:10:19 AM Raunak Jhawar said:

Thank you for visting the blog. The way out would be to loop on a directory folder and send one file at a time to the remote destination. This is showcased in the blog posted above.

Please feel free to get back incase you require any further assistance.

by

Leave a comment


 
Type the characters:
 *
 
   

Training on Microsoft Products & Technologies

Training on Microsoft Products & Technologies

Email Subscriptions

   Get the Most Recent Blogs in your inbox
Blogs RSS Feed

Raunak Jhawar's latest blog posts

Blogs RSS Feed

Latest community blog posts

  • SQL Server 2012 Virtual Launch Event Hi Friends, The SQL Server 2012 Virtual Launch Event Kicks off on March 7, 2012. To read more, click on this Link: http://blogs.technet.com/b/dataplatforminsider/a...
  • SQL Server 2012 Datasheet Hi Friends, Microsoft SQL Server 2012 is a cloud-ready information platform that will help organizations unlock breakthrough insights across the organization and quickly buil...
  • Entity Framework 4.3.0 released Hi Friends, Entity Framework is Microsoft’s recommended data access technology for new applications. The first fully supported go-live release of the migrations w...
  • Paging is a process of splitting large result set into subset of pages. So, instead of displaying 5000 records resulting from a search, first 20 records are shown and then next 20 and so on. In SQL Se...