HTTP Upload Download Task

No votes yet

Overview

Script Task to upload or download file using HTTP protocol. It providers following parameters:

  • ProxyUrlHTTP proxy URL (optional)
  • Username – user name credential (optional)
  • Password – password credential (optional)
  • Action – task action (upload or download)
  • SourceFile – local file to upload.
  • TargetFile” – remote file to download.

Requirements

Depends on System.Net.WebClient for HTTP operations.

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

ScriptMain