UNIX script for daily file transfer ???

I need to create a script which needs to transfer the "<filename>+yyyymmdd".dat file from a unix machine to a linux machine.. daily. we can use an active batch to schedule the script. however, the script needs to detect if the new file is present, if present, then transfer.
any help ??

Check rsync with ssh key exchange between servers.

It should fill you request in one line.

You can find plenty of examples on these forums, give it a shot, if you have any issue post them here.

Regards
Peasant.