Skip to content
Mark S. edited this page Jan 22, 2015 · 11 revisions

CakeFTP: A FTP/SFTP Plugin for CakePHP

Requirements

PHP 5.2.6+, CakePHP 2.0+

Quickly!

Built into this plugin is a web based FTP client but it is disabled by default for security. Here is how to try it out:

  1. Extract this package into the app/Plugin/Ftp/ folder. It is best to use composer: composer require fotografde/cakephp-ftp:dev-master

  2. Enable the plugin in your app/Config/bootstrap.php file: CakePlugin::load('Ftp');.

  3. Also in your app/Config/bootstrap.php file add the following line: Configure::write('Ftp.enabled', true); to enable the web based FTP client.

  4. Point your browser to http://yourwebsite.com/ftp/client

Manual

License

CakeFTP is offered under an MIT license.

Copyright

2011 Kyle Robinson Young, dontkry.com

If you found this release useful please let the author know! Follow on Twitter

Clone this wiki locally