This link has been bookmarked by 17 people . It was first bookmarked on 06 Jun 2008, by harry palmer.
-
11 Apr 12
-
20 Apr 11
-
08 Apr 11
-
13 Sep 10
-
08 Dec 09
Ferrari LeeCopies files over the network securely; uses ssh for data transfer, using the same authentication and providing the same security as ssh.
-
06 Jun 08
-
3. ``Putting'' an entire directory
ucsu> scp -r research newton:MyRsrch/09/
copy directory ``research'' recursively (i.e., the directory and all its contents) from ucsu
into a new directory ``MyRsrch/09/'' in your home directory on newton
(the directory ``MyRsrch'' must already exist).
Sometimes a better alternative is to create a tar file, then copy over
only that single tar file and unpack it on the remote host.4. ``Getting'' an entire directory
ucsu> scp -r smithj@euclid.ucla.edu:MyRsrch/09 ./r9/
copy directory ``MyRsrch/09/'' recursively (i.e., the directory and all its contents) from
euclid.ucla.edu (where you are "smithj" into a new directory ``r9/'' in your current working directory on ucsu.
Sometimes a better alternative is to ssh to the remote computer, bundle the
files you want into a single tar file, scp that file over, and unpack it where you want the files.
-
-
07 Aug 07
-
18 Feb 07
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.