PHP version 4.4.4
Hi, what I'm trying to do is download though php (using ftp functions) a file from a home server in chunks (to prevent a browser from timing out). The files go from home-ftp-server to commercial server to customers pc. Its the home-ftp server to commercial server that needs editing. How do you use the resume option of the php function ftp_get()?. Can anyone help??
Hi, what I'm trying to do is download though php (using ftp functions) a file from a home server in chunks (to prevent a browser from timing out). The files go from home-ftp-server to commercial server to customers pc. Its the home-ftp server to commercial server that needs editing. How do you use the resume option of the php function ftp_get()?. Can anyone help??
Comment