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




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 06-29-2006
rawatds rawatds is offline
Registered User
  
 

Join Date: Dec 2004
Posts: 12
Files resending through FTP

Hi All,
I have the following requirement:
I have two server . One is source and other receiver.
My requiremnt is that from Source server i have to check in a specified
path whether any file with *.BAD extension is therer in the receiver server or not . If it then i have to resend the files to the receiver server through FTP.
E.g
Source server Receiver
10.124.1.24 10.124.3.45

If any files is in the server 10.124.3.45 with *.BAD then transfer it from source.
so we can have many files with *.BAD and we have to resend them all.

Thanks
D S