Hi all, I'm using a script for downloading files from a specific folder (online) to the local pc/laptop. 2nd is that while downloading I'm checking the file local with if(!file_exists) to avoid overwriting. the issue is that the download is always incomplete. (using php 5.x on a local pc that connec...