I need to use rsync do some file transfer, and want this script to be integrate into a web interface system with other stuff.
My idea is just easy like having a upload button to upload files, then another button to run the script which rsync the target files. How should I implement this? Since rsync may requires at least a cygwin or another UNIX host. Thanks.