The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
Transfer contents from one unix server to another
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
Transfer contents from one unix server to another
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
12-16-2007
frustrated1
Registered User
Join Date: Aug 2003
Location: Ireland
Posts: 269
Hi
When using scp the format should be as follows
scp <filename> user@foreignserver:<foreigndirectory>
ie..
scp test1.zip root@server1:/tmp
frustrated1
View Public Profile
Find all posts by frustrated1