Re: urllib2 - basic authentication and the put and delete methods

2005-07-08 Thread deelan
news.corp.adobe.com wrote: (...) > > But despite much searching, I have yet to discover how to then use PUT and > DELETE to copy files / delete files on the server. i believe you have to use httplib for that: examples here:

urllib2 - basic authentication and the put and delete methods

2005-07-07 Thread news.corp.adobe.com
I need to perform basic authentication and I also need to be able to use the put and delete methods to copy files / delete files on a server. Here is how I successfully perform basic authentication to read a page: import urllib2, os, base64 os.sys