Rsync
apt-get install rsync
Create a directory to receive the files, for example: /var/www/rsync
Give ownership to the user who will be rsyncing: chown -R [user] /var/www/rsync
User must have rwx to the folder: chmod -R 700 /var/www/rsync
apt-get install rsync
Create a directory to receive the files, for example: /var/www/rsync
Give ownership to the user who will be rsyncing: chown -R [user] /var/www/rsync
User must have rwx to the folder: chmod -R 700 /var/www/rsync