The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




Thread: Reg: SCP issue
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 11-19-2007
sam99 sam99 is offline
Registered User
  
 

Join Date: Aug 2007
Posts: 39
Reg: SCP issue

Hi ,

I am beginner in aix...

i am using the following command in my shell script to to copy the files from a secured server to my aix box...

/usr/local/bin/scp pickme@brad.wanted.com:../internal/mem_grp_details*

Should i use sleep command in my shell script for the script to copy the entire file....I found in some threads that sleep is not required...but for me the entire file is not copied without sleep...

Thanks is advance
sam