tags:

views:

50

answers:

1
+1  Q: 

cakephp ftp ???

Is there anyway to upload files to an ftp server using cakephp?

+4  A: 

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

Dan Heberden