![]() |
Whats the best way to Move Stuff from Server to Server?
Whats the best way to Move Stuff from Server to Server?
Is there software out there to do it for me? |
scp is probably the safest, and easiest without installing ftp daemons.
Single file: scp file.ext user@server2:/location/to/put/file ex: scp index.html pun@server2:/home/pun/public_html Directory: scp -r directory_name user@server2:/location/to/put/directory ex: scp -r images pun@server2:/home/pun/public_html/ If you have an ftp daemon already installed on both servers, then you can obviously use that. FTP is faster than scp due to the lack of encryption, but everything is sent plain text, which may or may not be in your best interest. :) (Note: This is all assuming you have shell access to some sort of unix based machine.) |
Quote:
|
Have your host do it for you. We do it all the time, no problem at all.
|
Quote:
|
Quote:
|
i would probably ftp it across. use fxp
|
Will scp save current permissions to files and directories, to the new server?
|
| All times are GMT -7. The time now is 07:58 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123