Remitt:: Plugin:: Transport:: MCSI

MCSI transport plugin.  The functions and checks are pulled from the FreeB module that was written for the same purpose.  This is fine, as I was the author of that module, and it is quite GPL’d.

Summary
MCSI transport plugin.
Wrap command-line cURL executable, since Perl curl extension does not work properly when posting files with authentication.
Return configuration hash for this plugin.

Functions

_curl_open

sub _curl_open

Wrap command-line cURL executable, since Perl curl extension does not work properly when posting files with authentication.

Parameters

$urlURL to contact
%paramHash of parameters to be passed.

Returns

Contents of target webpage.

Transport

sub Transport

Config

sub Config

Return configuration hash for this plugin.

Returns

Hash containing the configuration information

test

sub test
sub _curl_open
Wrap command-line cURL executable, since Perl curl extension does not work properly when posting files with authentication.
sub Transport
sub Config
Return configuration hash for this plugin.
sub test