shama / ftp
FTP/SFTP Plugin for CakePHP
Installs: 165
Dependents: 0
Suggesters: 0
Security: 0
Stars: 63
Watchers: 20
Forks: 19
Type:cakephp-plugin
Requires
- composer/installers: *
- phpseclib/phpseclib: 0.3.*
This package is not auto-updated.
Last update: 2022-02-01 12:22:07 UTC
README
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.