fotografde/cakephp-ftp

FTP/SFTP Plugin for CakePHP

Installs: 62 135

Dependents: 0

Suggesters: 0

Security: 0

Stars: 60

Watchers: 25

Forks: 19

Open Issues: 6

Type:cakephp-plugin

2.5.2 2019-04-16 20:19 UTC

This package is auto-updated.

Last update: 2024-03-17 07:05:55 UTC


README

Build Status License Total Downloads

Requires: CakePHP 2.0+ (tested with CakePHP 2.5+), PHP 5.3+, phpseclib for ssh

Features

  • Can list/upload/download/delete remote files with FTP or SFTP (uses phpseclib)
  • Built-in ftp client

Manual

For info on how to install and use this plugin please refer to the wiki.

Issues

Please report any issues you have with the plugin to the issue tracker on github.

Roadmap and Known Issues

  • Write more tests
  • Test with Windows (likely doesn't work)
  • Ability to enable logging to debug remote server issues
  • Build console controller (SSH remote console)
  • Recursiveness with threading
  • Filtering on find

Changelog

0.2

  • Added ability to override FtpSource::_parsels()
  • Upgraded for CakePHP 2.0
  • Updated to phpseclib 0.3.1

0.1

  • Added port to config
  • Fixed issue with filenames and spaces
  • Fixed 24-hour date format issue
  • Fixed issue with caching path
  • Separated client view into a ftp helper
  • Added console support to ftp datasource
  • Built ftp client controller and view
  • Built ftp model
  • Built ftp datasource
  • Setup app model and app controller
  • Setup basic plugin

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

Thanks

  • TerraFrost (Jim Wigginton), for the awesome phpseclib.
  • Ian Tucker @ Everflight, for helping me get this started.