View Single Post
Old 03-17-2005, 02:23 AM  
DutchTeenCash
I like Dutch Girls
 
DutchTeenCash's Avatar
 
Join Date: Feb 2003
Location: dutchteencash.com
Posts: 21,684
Quote:
Originally Posted by vas
you'll need to be more specific about what OS it is and such..


personally i'd tar it up and use the scp command.

it works like this


scp <filename> <ip>:<location>

for example if your tar file was called foo.tar and the server ip your trying to copy to was 1.2.3.4 and you wanted it in the /home dir it would look something like

scp foo.tar 1.2.3.4:/home

it would ask for the login and pass, type that in and u should be good.. hope it helps ;)

or you could just enable fxp and do it through ftp

yup this works like a charm, thats how we copy htpasswd files from one to another server, gotta authenticate though (l/p)
DutchTeenCash is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote