I was able to find the issue, it was soemthing to do with the CURL headers, they need to contains fields like:
"Connection: Keep-Alive");
"Content-Type: application/x-vnd.vmware-streamVmdk");
"Content-Length: %ld"
Cheers!
I was able to find the issue, it was soemthing to do with the CURL headers, they need to contains fields like:
Cheers!