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

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