I am transfering a file from a Windows directory to a Unix server. Currently when I transfer the file the date on the Unix server shows the identical date as the file in the windows directory. Is it possible to have the file that is transfered to Unix server show the date of transfer instead of the date of the file in the windows directory. For example
Below is how it is working now
Windows server file Date --------------- Unix server File date
c:\test.dat 02/10/2002 ------------------ /opt/test.dat 02/10/2002
This is what I would like it to do
Windows server file Date ----------------Unix server File date
c:\test.dat 02/10/2002 ------------------/opt/test.dat date of transfer
Date on transfer
Date on transfer
Last edited by danche on Fri Mar 25, 2005 5:00 am, edited 1 time in total.