CodeIgniter Forums
FTP for large files - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: FTP for large files (/showthread.php?tid=51076)



FTP for large files - El Forum - 04-19-2012

[eluser]SeeleyBoothe[/eluser]
I have a plan to be able to take a directory from a website I build and zip it up and then ftp it to a off-site server for backup purposes.

My question is running codeigniters ftp class from a php controller how large can the folder be?

The reason I ask is that the directory is of images and could easily reach 1 gig in size, so I am worried about codeigniter not be able to zip the directory and ftp to the other server.

Any ideas?