View Single Post
  #16 (permalink)  
Old 01-18-2008, 08:23 PM
z28com z28com is offline
WebProWorld Member
 
Join Date: Aug 2007
Posts: 55
z28com RepRank 0
Default Re: page cannot be displayed

Quote:
Originally Posted by Tubby View Post
BJ said
Thanks BJ. the silly part is I do have a spare server, but I have not had the time to move these two sites. I have a very slow connection. and an intermittent phone connection. transporting files is hazardous and I usually do it in small chunks most of the files I have here. getting the sites move is a big task for me.
Sometimes I really do wish I knew what I was Doing.
You log in via SSH and do an SCP copy to copy the entire site from one server to the other, directly. You'll have an exact mirror copy. Then you'll have to log in and copy any SQL data. I use phpMyAdmin for that.

SCP copy examples:

Example syntax for Secure Copy (scp)

I used this recently to move my site. Using FTP to pull it down locally and then re-upload it again was too much of a pain. Plus my FTP times out a lot.
Reply With Quote