DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Rsync Over Ssh Upload
rsync -are -v 'ssh -p port-number' /path-to-your-local-files/ user@ip:/path-to-your-remote-files/





