DEPRECATED: Starting with SSIS+ 1.9, the .NET scripts are no longer maintained. Use the provided JavaScript alternative scripts instead.
Average: 4 (3 votes)


Overview

Script task demonstrating FTP over SSL (FTPS) use.


Setup

The script has the following parameters:

  • Authentication with Username and Password
  • Support of upload file, download file, remote directory creation, remote directory removal, remote file deletion, remote file rename
  • Validation of specified parameters.
  • Supports "explicit SSL" only.

Requirements

Depends on System.Net and FtpWebRequest class for FTP over SSL support.

Depends on COZYROC Script Task Plus for implementing parameters user interface.


Library references

  • System
  • System.Data
  • Microsoft.SqlServer.ScriptTask
  • Microsoft.SqlServer.ManagedDTS
  • CozyRoc.SSISPlus
  • System.Design
  • System.Drawing.Design
  • System.Drawing

ScriptMain