linux ftp serverLinux serverNETWORK ADMINISTRATIONS

SSIS Tutorial Part 90- How to Upload Single File to FTP Server from Local Folder in SSIS Package

SSIS Video Scenario:

Every day at 5:00 PM our company create a file that we need to share with our Clients. The way we want to share this file with our client is by using FTP Server. We need to create an SSIS Package that can read the file from our local folder and upload to the FTP Server. If file exists on FTP Server already , we want to overwrite it.

Solution:

In this video we will learn how to use TFP Task to upload a file from our local folder to FTP Server.

we will learn following items in this video

How to create an SSIS Package from scratch
How to create variables in SSIS Package and use them in FTP Task
How to use FTP Task to read from Local folder and upload to FTP Server
How to Create FTP Connection and avoid errors while creating it
How to overwrite file at destination if exists by using FTP Task

Link to the blog post for this video
http://sqlage.blogspot.com/2015/05/how-to-upload-single-file-to-ftp-sever.html

Check out our Full Step by Step SQL Server Integration Services(SSIS) Tutorial
http://www.techbrothersit.com/2014/12/ssis-videos.html

source

by TechBrothersIT

linux ftp server

12 thoughts on “SSIS Tutorial Part 90- How to Upload Single File to FTP Server from Local Folder in SSIS Package

  • This video is about FTP connection right, But may i knwo how can i conect to SFTP to download or upload files. I ahve SFTP credentials and when i am using those credentials here in FTP the connection is failing. Thank you

  • Hi,

    Is it possible that we create Execute SQL task and then export that data in csv format directly to FTP using FTP task? If there is some video on such kindly share link.

    Thanks !

  • Thanks much for great Demo, it's Aug 2019. Is SSIS have task to support SFTP upload ? (Implicit SSL/TLS) Best.Vic

  • I created a Visual Studio 2015 package that interfaces to an ERP system called "Epicor". It gets an Accounts Payable header file and builds records into an ascii text file. The text file must then be sent to a Wells Fargo bank server using SECURE ftp (FTPS/SFTP). Can a 2015 package do a secure ftp transmit as I have described?

  • I enjoyed reading this article and recommend others.

    Thanks for educating the community and appreciate your volunteership.

    Thanks a lot

  • hi BrothersIT, I have a question that do you use a lot of VB or C# script when working with SSIS? do I have to be a coding expert before learning SSIS? thanks!

  • Hi , is there a way to upload the files to sharepoint using ssis.??

Comments are closed.