Mac curl command for upload file is not working in catalina OS, but the same is working in Mojave.

Copper Contributor

 

 

Mac curl command for upload file is not working in catalina OS, but the same is working in Mojave.

below is the command we are using.

 

curl -POST -H 'Content-Type: multipart/form-data; boundary=---------------------------0123456789012' -F 'filename=TempWorkbook.xlsm' -F 'file1=@/Users/sujith/Library/Group Containers/UBF8T346G9.Office/TempWorkbook.xlsm' url

 

 

 

 

 

 

 

 

 

 

 

 

 

 
Please suggest what to do.
0 Replies