w3c -put file -dest https://...

Hello,
is w3c capable of PUT on https server? When I run:

$ w3c -o w3c-https-put.log -put mytest.txt -dest https://localhost.localdomain/test/free/test-put.txt
Read (0% of 1K)
...nothing happens, I have to kill w3c with Ctrl+C

Is this command OK? What does "Read (0% of 1K)" indicates?

When running wireshark, it captures no packets. Server is hopefully OK, because of curl uploads file as expected:

$ curl --upload-file mytest.txt --insecure https://localhost.localdomain/test/free/test-put.txt

Any thoughts?

Thanks,
Jan



--
Jan Hutar   Quality Assurance Engineer
jhutar@redhat.com        Red Hat, Inc.

Received on Monday, 11 December 2006 19:49:55 UTC