tiganulmeu Posted June 28, 2007 Share Posted June 28, 2007 I have a file like : $file_to_download = "http://www.mywebsite.com/file.txt"; however the file`s size is changed sometimes to a small size like 30kb and sometimes to a large size like 1Gb, i don`t know what to do to get this file only when it`s small, i used cURL with time-out but it doesn`t work, is there something that can check if the download takes more than .... 4-5 seconds then disconnect and return false ? .... Please heeelp Link to comment https://forums.phpfreaks.com/topic/57498-curl-disconnection-problem-please-help-newbie-here/ Share on other sites More sharing options...
cooldude832 Posted June 28, 2007 Share Posted June 28, 2007 what is the nature of this file that it grows/shrinks so much. cURL is designed around source code more than a .txt file Link to comment https://forums.phpfreaks.com/topic/57498-curl-disconnection-problem-please-help-newbie-here/#findComment-284492 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.