Upload files to ftp server using cakephp?
Is there anyway to开发者_运维问答 upload files to an ftp server using cakephp?
Well ultimately you'll be using php :p
Here's a cake component to get you started: http://bin.cakephp.org/saved/31521
and of course the old fashioned way: http://php.net/manual/en/book.ftp.php
There's a pretty solid plugin that will help out: CakeFTP
u cane use FTP with cakebin
http://blog.w3web.in/blog/cake-bin-with-ftp
精彩评论