SecondSight Posted November 16, 2008 Share Posted November 16, 2008 Hello ! Are there special ways, protocols, softwares which must be used to tranfer the files on a server to another server ? I have files in my uploads directory which I want to transfer to another uploads directory on another server. What is the best way to do this ? Thank you ! :) Link to comment Share on other sites More sharing options...
Aleks Posted November 16, 2008 Share Posted November 16, 2008 If you use cPanel on both servers, than you can use "Backup and Restor". Link to comment Share on other sites More sharing options...
Aleks Posted November 16, 2008 Share Posted November 16, 2008 Or you can use SSH Link to comment Share on other sites More sharing options...
SecondSight Posted November 16, 2008 Share Posted November 16, 2008 SSH seems interesting. Can you give me the most important steps to transfer a directory to another server through SSH ? Thank you for your help ! :) Link to comment Share on other sites More sharing options...
Haku2 Posted November 18, 2008 Share Posted November 18, 2008 I remember someone asking this question on Invisionize and I dug up the topic now. The syntax to move everything from the old server is: wget -r ftp://username:password@yourdomain.com/do...m/public_html/* Leave it running until it's done. It maintains the same directory structure. What a huge time saver! Source: http://forums.invisionize.com/index.php?showtopic=120045 Kind Regards. Haku Link to comment Share on other sites More sharing options...
SecondSight Posted November 19, 2008 Share Posted November 19, 2008 Thank you ! :) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.