rckehoe Posted May 30, 2010 Share Posted May 30, 2010 I just have a question, not so much a problem... If I am using PHP with FTP compiled, and I am using this to download a large website with images, BIG files, etc... Will this eventually timeout because of PHP limits? If so, what if I use cron to execute? Does this work? I am trying to build a simple backup program for my website, and I want to initiate a backup every so often.. and I dont' want to start building this if it is not going to work... If this is not going to work, any advice or help is appreciated! Thanks! Rob Quote Link to comment https://forums.phpfreaks.com/topic/203362-php-ftp-cron-question/ Share on other sites More sharing options...
premiso Posted May 30, 2010 Share Posted May 30, 2010 You can always set the php limits. But I would build it to work with CRON / PHP CLI either way, especially if you want it automated. That way you can set the php CLI php.ini with the upper limits and not have your website adversely effected. Quote Link to comment https://forums.phpfreaks.com/topic/203362-php-ftp-cron-question/#findComment-1065394 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.