|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Join Date: Apr 2002
Location: Los Angeles
Posts: 6,102
|
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? |
|
|
|
|
|
#2 |
|
Confirmed User
Join Date: Oct 2003
Location: Seattle
Posts: 379
|
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.) |
|
|
|
|
|
#3 | |
|
making it rain
Industry Role:
Join Date: Oct 2003
Location: seattle
Posts: 22,141
|
Quote:
|
|
|
|
|
|
|
#4 |
|
Live Hard - Die Hard
Join Date: Feb 2002
Location: Ready to leave...
Posts: 17,042
|
Have your host do it for you. We do it all the time, no problem at all.
__________________
PHAT SERVERS - Quality dedicated hosting at a quality price! sly AT phatservers DOT com - 147479144 |
|
|
|
|
|
#5 | |
|
Confirmed User
Industry Role:
Join Date: Aug 2003
Location: Charleston, SC
Posts: 2,468
|
Quote:
__________________
http://www.3dsex.com |
|
|
|
|
|
|
#6 | |
|
Confirmed User
Join Date: Apr 2004
Location: NEW YORK CITY
Posts: 2,274
|
Quote:
__________________
Make Real Green with ORGANIC SEO | Blog post exchange | Non-index page trades | A-B C-D Trades [icq: 194-215-962] [mail: [email protected]] |
|
|
|
|
|
|
#7 |
|
Confirmed User
Join Date: Nov 2003
Posts: 4,292
|
i would probably ftp it across. use fxp
|
|
|
|
|
|
#8 |
|
Registered User
Industry Role:
Join Date: Jan 2002
Posts: 1,151
|
Will scp save current permissions to files and directories, to the new server?
|
|
|
|