Phpftpsync
From Sukimashita
Version: 0.3.5 - RSS Changelog - Browse Repository - Devtalk
Contents |
[edit] About
PHP FTP Synchronizer is a small tool to synchronize local files with a FTP server. It provides push and pull synchronization directions and is easy to use. The classes used in the CLI script can also be quickly integrated into your project.
PHPFTPSync is free software, licensed under the GNU LGPL.
[edit] Recent Changes
- 2008-09-03 R25 by mszulecki
Make some BaseSyncItem methods abstract - 2008-09-03 R24 by mszulecki
Add to very rough base classes for new sync logic implementation - 2008-09-01 R23 by mszulecki
Add new --force option to fully copy files and ignore mod checks - 2008-08-27 R22 by mwanjura
First local-to-local steps to check for uri scheme. More to come soon... - 2008-08-27 R21 by mszulecki
Add local to local sync idea
[edit] Download
No releases yet. The source can be checked out from the official repository.
[edit] Screenshots
No screenshots yet.
[edit] Development
The official repository can be found and checked-out at:
https://svn.sukimashita.com/repos/phpftpsync/trunk
Checkout using:
svn co https://svn.sukimashita.com/repos/phpftpsync/trunk/ phpftpsync
[edit] FAQ
Q: Why create a ftp sync tool?
A: Quite a lot of people have ftp-only webhosting packages where rsync and friends are a no-go but overall there simply is demand for such a tool.
Q: Why create phpftpsync when other tools are available?
A: None of the tools provides the easy of use and the required environment interoperability we were looking for.
Q: Hey, there is already a PHP FTP Synchronizer!
A: Hey, look closer, it is written using Scriptol and is difficult to include along your projects.
Feel free to edit this part to add your questions.
[edit] Bugs
There is currently no bugtracking system setup.
[edit] Links
Related projects: