Search found 2 matches

by lgman
Wed Apr 16, 2008 5:27 am
Forum: PHP - Code
Topic: Why does the download via ftp interrupts?
Replies: 2
Views: 91

Re: Why does the download via ftp interrupts?

I'm so sorry about that! Didn't notice.

So...any idea? :mrgreen:


lgman
by lgman
Wed Apr 16, 2008 3:24 am
Forum: PHP - Code
Topic: Why does the download via ftp interrupts?
Replies: 2
Views: 91

Why does the download via ftp interrupts?

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...