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
Migrate A Site To Another Server
Use the code below in SSH to migrate all the files of a site from one server to another, without having to download/upload them.
wget -rc --level=20 ftp://username:password@olddomain.net/public_html





