Hi all! At the moment I'm working on a application which needs to download some files over http(s). So I got a given URL of the location of the file and I need to download it to the server. What is the best way to do this? I read something about Zend_Http, but I don't know if this is the way to go.
For example: https://www.xyz.com/sdfdff/dsffs/vhd.gz Some files can reach the size of 1GB, so it's no option to store the downloaded data in memory to save it when it's finished downloading. It should be written to a file on the server at once, while downloading. Can anyone help me with this? Would really appreciate it! Thanks! -- View this message in context: http://www.nabble.com/Download-a-file-over-http%28s%29--%28Zend_Http-%29-tp15650041s16154p15650041.html Sent from the Zend Framework mailing list archive at Nabble.com.
