The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 03-06-2009
vara32 vara32 is offline
Registered User
  
 

Join Date: Mar 2009
Posts: 2
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?