in reply to Re: How to upload file from Linux to Sharepoint using Perl
in thread How to upload file from Linux to Sharepoint using Perl

Seems ...

So ww do you know which modules can be used?

  • Comment on Re^2: How to upload file from Linux to Sharepoint using Perl

Replies are listed 'Best First'.
Re^3: How to upload file from Linux to Sharepoint using Perl
by karlgoethebier (Abbot) on Feb 23, 2016 at 19:19 UTC
    "...you know which modules can be used?"

    WWW::Curl which sucks - IMHO. I guess therefore the many hints to call curl directly...

    Regards, Karl

    «The Crux of the Biscuit is the Apostrophe»

Re^3: How to upload file from Linux to Sharepoint using Perl
by Anonymous Monk on Feb 22, 2016 at 19:40 UTC
    simpe one curl --ntlm -u domain/userid:passwd -T <file> "sharepoint URL"