Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][tlug] Re: File change info on upload to server
- Date: Sat, 12 Apr 2008 18:07:47 +1000
- From: "Jim Breen" <jimbreen@example.com>
- Subject: [tlug] Re: File change info on upload to server
Chuck asked: > > I don't need to know the information on my end. This is for the purpose > > of the people who are downloading my files, who want to know if the file > > has changed since the last time they downloaded it. Apparently the file is > > supposed to be flagged in some sort of way when it is updated. For a couple of the files I maintain, I upload a datestamp file. See http://www.csse.monash.edu.au/~jwb/examples_date for one of these. People who want to see if it the file has changed simply need to grab that file periodically: .... mv datestamp datestamp_prev wget http://......./datestamp set x=`diff datestamp datestamp_prev` if ($x > 0) then ...[download the new file endif ... Jim -- Jim Breen Honorary Senior Research Fellow Clayton School of Information Technology, Monash University, VIC 3800, Australia http://www.csse.monash.edu.au/~jwb/
- Follow-Ups:
- [tlug] Re: File change info on upload to server
- From: Jim Breen
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] The Great Mistake is thinking OOo is different [was: Why Vista Sucks]
- Next by Date: Re: [tlug] Kernel/device/FS boot problem
- Previous by thread: Re: [tlug] Kernel/device/FS boot problem
- Next by thread: [tlug] Re: File change info on upload to server
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links