FTP Upload and Download via PHP
What's the best way to implement FTP upload and download开发者_StackOverflow in PHP? I'm using CodeIgniter and have Zend libraries.
Codeigniter has an FTP Class http://ellislab.com/codeigniter/user-guide/libraries/ftp.html.
Include this extension for reverse mirror/download support http://ellislab.com/forums/viewthread/157098/
精彩评论