The UNIX and Linux Forums
>
Top Forums
>
High Level Programming
Command for copy a file from one server to another server
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
Command for copy a file from one server to another server
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
11-13-2005
fdarkangel
Registered User
Join Date: Apr 2005
Location: /dev/null
Posts: 42
and as for a small example:
Code:
$ scp source/file.c remoteuser@remoteaddr:remote/dir $ scp -r remoteuser@remoteaddr:remote/dir ~/tmp
check-out the man pages for good descriptions.
fdarkangel
View Public Profile
Visit fdarkangel's homepage!
Find all posts by fdarkangel
Find fdarkangel's past nominations received
Find fdarkangel's present nominations given