![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| To find the LATEST file from a dir on REMOTE machine and SCP to local machine? | me_ub | Red Hat | 3 | 07-08-2009 12:57 AM |
| How to Copy Folder from one solaris machine to another? | vaibhavvd | SUN Solaris | 8 | 07-22-2008 07:56 PM |
| How to unzip a zip file into a folder with the zip file's name? | basis | Shell Programming and Scripting | 5 | 06-05-2008 07:10 AM |
| unzip files in a different folder | agarwalniru | UNIX for Dummies Questions & Answers | 2 | 03-25-2008 03:36 PM |
| strange problem regarding zip/unzip from window to solaris machine | Raj Kumar Arora | SUN Solaris | 11 | 01-23-2008 06:23 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Unzip folder on remote machine
Hi !
I am trying to automate FTP transfer of some folders from one unix machine (a) to another one (b). I run my shell script on machine a. The problem I face is how to unzip the folder at the machine b with script run in machine a. My first question: Is there any way to do this ? My second question: Is this a good approch to automate FTP transfer of folders to run the shell script on machine a ? What if I try to write a script that can be run on machne b? Which approach is the most used and optimal one? Since the folders in machine a are under CM (clearcase), it will be some complication to get around Config Spec when I run the script from machine b. Rgds Bob |
|
||||
|
Quote:
Thank you vidyadhar85. Since I am new to the unix world, I need to check this again with you: Do you mean that FTP can not help me solving this problem ? Why is ssh better in this case? |
|
||||
|
Check out sftp or scp.
Here's a link that might be interesting: SSH with Keys HOWTO: SSH with Keys in a console window |
| Sponsored Links | ||
|
|