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

simpe one curl --ntlm -u domain/userid:passwd -T <file> "sharepoint URL"
  • Comment on Re^3: How to upload file from Linux to Sharepoint using Perl