in reply to SharePoint copy files with perl

I can't help but think of the following text from http://shareperl.blogspot.com/2010/01/sharepoint-perl-connection.html whenever I see someone asking about how to use Perl to do something with SharePoint.

Why on earth would these two disparate camps ever meet? Perl is 15 million years old, right, and SharePoint is the bane to system administrators everywhere. The small “SharePerl” audience includes me, and two or three really old techs that still use land line phones.

Not really relevant to the OP, but thought I'd this in case others find this humorous too.

  • Comment on Re: SharePoint copy files with perl (OT)

Replies are listed 'Best First'.
Re^2: SharePoint copy files with perl (OT)
by jamesgerard1964 (Novice) on Oct 09, 2014 at 17:22 UTC
    I tried using the HTTP::DAV module and it appears to be setup correctly but I keep getting this error.

    Unauthorized. Negotiate

    I know that the credentials are correct as I am able to connect via a windows share.
    Does anyone know if there is some kind of issue with HTTP::DAV or NTLM authentication on Linux?

    I get the same unauthorized error if I use the SharePoint::SOAPHandler as well.