FTPS Task

No votes yet
Script File: 

Overview

Script Task demonstrating FTP over SSL (FTPS) use. It includes:

  • 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 component 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