Migrate a site to another server





5
Date Submitted Mon. Sep. 18th, 2006 5:08 AM
Revision 1 of 1
Helper nothingless
Tags forcodegrrl | ssh
Comments 0 comments
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
 

Comments

There are currently no comments for this snippet.

Voting