Script File:
Overview
Script Task to upload or download file using HTTP protocol. It providers following parameters:
- ProxyUrl – HTTP proxy URL (optional).
- Username – user name credential (optional).
- Password – password credential (optional).
- IgnoreServerCertificate – enable or disable server certificate validation.
- Action – task action (upload or download).
- RemoteUrl – remote file location.
- SourceFile – upload from source file.
- TargetFile – download to target file.
- Method – method used to upload file. If not specified default is POST.
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
- System.Web

