I can\'t seem to wrap my head around this. I\'m trying to script automating an upload of a csv but the curl is failing with a 401.
curl -v --ntlm -u username --u
The following works
curl -X POST -k -v --ntlm --negotiate -u usernamehere -F "csv=@pt_update.csv" -F "op=add" "https://google.com/csv_import"