Search code examples
phpcakephpftpftp-server

Upload files to ftp server using cakephp?


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


Solution

  • 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