Revered Monks,
My goal is to pull relevant data from out Sybase Databases and upload the Mgmnt Reports daily on a Sharepoint Portal Location.
I need to upload DataFiles(which serve as Mgmnt Reports) on a Unix FileSystem to a Sharepoint Location in MS Excel Format.
I have written a UnixShell Script that connects to a Sybase database on Unix and a Sybase stored procedure pulls in the relevant data and the result set is stored on a Unix FileSystem in the form of a .csv file.
I am looking for a Perl Script / Perl module which can pick this file and upload it on a Sharepoint portal location.
Is HTTP::WebDav meant for this? I do not have clarity on this.
Kind Regards,
~Mihir