Last Week i want to moving a large sites from one server to a new server.
There is a few method to moving all websites content to a brand new server,
First we can using RSYNC, FTP and WGET
In this tutorial i want to using WGET that will moved all sites content in a single line using FTP protocol
We need to prepare a FTP Login from an Old Server that currently host the websites
example :
ip new server :10.10.10.10
user : new
pass : newpassword123
↧
How To Moving All Websites Content Using Wget
↧