I am trying to capture a filename that is named "fileMMDD" (MM=month,
DD=day).
Everyday this filename will be change to the current date. However, I need
to ftp this file to another server and when it is on the other server I have
to rename that file "fileMMDD.done" . I can do the ftp part and could do
this entire process only if I knew the exact name of the filename.
The directory that this file is located in will contain upto 30 other files
with the same file naming convention, but they will each a a differnt date,
ie. file0805, file0809, file0810, etc...
Any suggestions would be most appreciated.