Copy files between Unix systemsBy neokrates, written on April 23, 2010 |
bash snippet |
- neokrates
- Email: uwarov@yahoo.com
- Website: http://www.thinkplexx.com
- Join date: 05-31-09
- Posts: 20
Rate it
Ad
Poll
Loading ...
Most popular search terms:
Stats
-
Since publication, this page was visited 153 time(s).
Copy all files which match /my/dir/my_file_prefix* from the local host to the $REMOTE_HOST into /my/remote/dir/..
Authenticate as $REMOTE_USER:
scp /my/dir/my_file_prefix* $REMOTE_USER@$REMOTE_HOST:/my/remote/dir/.
REMARK: permissions must be set for $REMOTE_USER so that he can copy.
|
TAGS
|
|
SOCIAL
|


















