![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| timestamp in the end of a folder | psychobeauty | UNIX for Dummies Questions & Answers | 7 | 04-13-2008 12:26 PM |
| timestamp | Minguccio75 | SUN Solaris | 4 | 02-21-2007 04:06 AM |
| add timestamp to filename | walterja | Shell Programming and Scripting | 3 | 11-09-2005 12:42 AM |
| timestamp | rocker40 | UNIX for Dummies Questions & Answers | 3 | 10-09-2003 09:09 AM |
| 32-bit timestamp | darkspace | High Level Programming | 0 | 08-29-2002 11:32 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
ftp timestamp
I have written a basic script to ftp files from a local machine to a remote one and put it into a crontab to automate the process as the directory has more files added to it. I also have a cron which periodically removes files from the local directory to stop the filesystem from becoming full. However the after I ftp the file the time stamp changes from the original file.
What I need to know is (a) Is there any way I can keep the original timestamp (b) Once the file is ftp'ed accross can I selectively stop it ftping files which have already been transfered. |
|
||||
|
never tried this but you can tar the file on the host before it is FTPed over. this way, I think only the tar file gets its timestamp updated, not the actual file that is IN the tar file itself.
not sure, try it tho and see if it works |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|