when getting file from a web server or ftp server, if we useu = urllib2.urlopen(url)
Correct me if I am wring, it is not getting downloaded to disk, i think its getting stored in buffer(RAM), is there a way that the buffer split should get saved onto disk directly since if file size is massive it will slow down the system(computer) .. what is the better approach in retrieving the file over ftp or web server ?
krystosan 0 Junior Poster
Gribouillis 1,391 Programming Explorer Team Colleague
slate 241 Posting Whiz in Training
Gribouillis commented: great info! +14
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.