SSIS 2008 - Script task to resume broken file transfer
HI, I use a script task in SSIS to download files from FTP. The files are of size ranging from 1 GB to 6 GB. At times the network connection to ftp server resets and my download fails (say at 70%). Is there a way I can resume the download where it was broken using SSIS FTP task or Script task ? I just dont want to overwrite the files and start download from beginning in an event of failure. THis is the code I use... ftp.ReceiveFiles(files, strDestn, True, False) Right now when a failure happens, I download the file (resume file transfer) manually using FileZilla. Any help on this is much appreciated. Thanks in advance -Prad
December 14th, 2010 6:47pm

Hi Prad, Based on your description, this question is that how do we get re-download a file from a FTP folder in .NET application. So, I would suggest you re-posting the question in http://social.msdn.microsoft.com/Forums/en-US/categories. You may get more help on this question in the development forum. Anyway, based on my search, it seems the following FTP client library supports resume downloading: http://www.codeproject.com/KB/IP/ftplib.aspx Thanks, Jin ChenJin Chen - MSFT
Free Windows Admin Tool Kit Click here and download it now
December 16th, 2010 11:12am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics