poddys Posted July 5, 2011 Share Posted July 5, 2011 I am having trouble with script timeouts when trying to upload a number of images from Localhost to the FTP server. This is always going to be a potential problem, depending on connection speed and server load unfortunately. If I have say 10 images to upload, but 6 of them already exist in the destination folder (I can safely assume they have not changed in this case), how can I only upload the 4 new images. I could not see any FTP options in the PHP commands, but I know it can be done with FTP programs like Filezilla. Thanks. Link to comment https://forums.phpfreaks.com/topic/241135-ftp-upload-how-to-only-upload-files-that-do-not-exist-at-destination/ Share on other sites More sharing options...
AyKay47 Posted July 5, 2011 Share Posted July 5, 2011 http://www.php.net/manual/en/wrappers.ftp.php Link to comment https://forums.phpfreaks.com/topic/241135-ftp-upload-how-to-only-upload-files-that-do-not-exist-at-destination/#findComment-1238588 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.