punkave / symfony2-file-uploader-bundle

Multiple file uploads, based on the BlueImp jQuery uploader. Makes it very easy to attach one or more files to whatever you're editing. It's also easy to present that list again on a later edit so that existing files can be managed side by side with existing attachments.
157 stars 86 forks source link

abstracting rsync #38

Open garak opened 11 years ago

garak commented 11 years ago

It would be nice to abstract rsync calls to a library, e.g. https://github.com/albertofem/rsync-lib, instead of using directly system() calls