scripting guru's pls help me with scripting on AIX

can someone pls help me with the script for a files coming from one system to a particular directory and i want to write a script to move those files to another directory on different system by renaming the files...

pls someone help me on this...

thanking in anticipation....

what all have you tried by yourself so far?
did you try to write a script to rename the files ?
the second stage would be to put the renamed files on the new system. For that you can use rcp, rsh, ftp, and there are many more options. first you have to decide which one you want to use. If you dont know either of them, try searching this forum for "ftp script" to start with. you will get a fair idea. After that if you still have questions, let us know.