Re: Save data to a file thru a http connection
- From: Christoph Haas <email@xxxxxxxxxxxxxxxxx>
- Date: Wed, 31 May 2006 20:58:53 +0200
On Wed, May 31, 2006 at 11:37:47AM -0700, yinglcs@xxxxxxxxx wrote:
I am new to python. I read an example here about how to fetch data thru
a HTTP connection:
http://diveintopython.org/http_web_services/review.html,
My question is how can i save the data to a file after reading it from
a http connection.
Usually HTTP is read-only. There are extensions like WebDAV though that
may do what you need. Google for "python webdav" and see how far you get.
Kindly
Christoph
.
- References:
- Save data to a file thru a http connection
- From: yinglcs
- Save data to a file thru a http connection
- Prev by Date: Re: ideas for programs?
- Next by Date: using import * with GUIs?
- Previous by thread: Save data to a file thru a http connection
- Next by thread: Re: Save data to a file thru a http connection
- Index(es):
Relevant Pages
|