The text of this article is not in this database — only its details are. Read it on the old site: SQL Server Integration Services (SSIS) -Send File using FTP Task in SSIS Package
4 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.

Gowtham RajamanickamPosted Apr 16, 2016, 8:23 AM
Good one...
Ramendra BhandariPosted May 10, 2013, 11:54 AM
Hello, Thank you for the article? But I have a question, How can I create TLS enabled SSIS package to upload a CSV file
achref dhahriPosted Nov 16, 2011, 2:41 AM
please how can i add this composant in my project thnx
PradPosted Apr 12, 2011, 2:17 PM
I am using a similar approach to download files of size 1 to 10 GB. The issue I face is SSIS uses Temporary Internet Files folder in C drive as a buffer while downloading the files. As C drive is smaller in size the file uses up all the space and the program stops downloading. (I end up deleting the files manually to recover space) Is there a way to specify the temp folder to hold buffer in the code or setup? I could move the folder to a larger drive. Thanks in advance