Thanks this help me a lot.
I was trying to make a POST to Upload a file with C# to replace a script using:
curl -F "file=@myfile" 192.168.1.31:80/upload
And this did the work.
Regards JL