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
Your favorite X-Windows?
- Don't use X (69%, 9 Votes)
- GNome (8%, 1 Votes)
- Kde (8%, 1 Votes)
- LXDE (8%, 1 Votes)
- Something else (8%, 1 Votes)
- Fluxbox (0%, 0 Votes)
- Enlightenment (0%, 0 Votes)
- Blackbox (0%, 0 Votes)
- Xfce (0%, 0 Votes)
Total Voters: 13
Loading ...
Most popular search terms:
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
|


















