in reply to How to upload file from Linux to Sharepoint using Perl

Seems as though the "requirement" was probably set by a teacher (and is homework) or by a boss (and is $work).

If the former, you won't learn much if we supply the code... and, generally, our charter is to help you learn; not to be code-a-matic.

If the latter, the boss should hire a programmer - - i.e. pay for the $work.

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

Replies are listed 'Best First'.
Re^2: How to upload file from Linux to Sharepoint using Perl
by Anonymous Monk on Aug 15, 2013 at 01:52 UTC

    Seems ...

    So ww do you know which modules can be used?

      "...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»

      simpe one curl --ntlm -u domain/userid:passwd -T <file> "sharepoint URL"
A reply falls below the community's threshold of quality. You may see it by logging in.