Hello,
would it be possible to PUT files with urllib? From the source the open_http() function looked like it can only POST, not PUT, which I would need for DAV application. And I did not immediately see how the function would need to be modified for the purpose.
BR,
jonne
would it be possible to PUT files with urllib? From the source the open_http() function looked like it can only POST, not PUT, which I would need for DAV application. And I did not immediately see how the function would need to be modified for the purpose.
BR,
jonne
Comment