|
adding date to a file during FTP
I have a very basic question here.
I have to FTP a file from a AIX unix box to a windows server.
But during that I have to rename the file.
For example:
I have to FTP a file called ORDER.TXT from unix and it should go as ORDER_20090101.TXT on to the windows server.
It is not possible to append the date before FTP or after FTP.
Can anybody suggest how to do this?
|