Hi,
So for my source file name static.
consider.. filename is “IDM_CON_DATA.DAT”
so it was easy to pick up the file from ftp server by – mget IDM_CON_DATA.DAT..
Now my source file changed to dynamic.. like “IDM_CON_DATA_YYYYMMDD.DAT”
Its a weekly process.. so file name will change..
How to handle this situdation ?
Plz help
Thanks
Umar
You simply have to change some foldernames at the beginning of the script, to meet your needs and the ftp server address.
This should work for you.