I want to load the Document from my Pc (File system) to MarkLogic Database using curl command. I am creating a simple XML file and saving it in my filesystem . Using the below curl command , loading that file to the marklogic server.
curl --anyauth --user user:password -X PUT -d@'./one.xml' -H "Content-type: application/xml" "http://localhost:8000/LATEST/documents?uri=/xml/one.xml"
but my file is in [C:/mls-projects/one.xml ] where can I add my path ??
I'm getting error like this

c:\mls-projects\one.xml? - grtjn