- May
- 3,515
- 5
Charles:
I appreciate your many plug-ins, and thank you for the effort you put into building and maintaining them.
I have one problem with the @FILESTAMP function - unlike the TCC internal features, it does not work for files accessed via FTP. This means that I need a different command to list FTP-accessed files than local files. I wonder how difficult would be for @FILESTAMP to use the TCC internal functions @filedate and @filetime to obtain the data for FTP files? This would allow the same commands / aliases to be used everywhere. I realize the limitation that UTC to true local time conversion implies; my personal choice is to gather all raw data as UTC and convert to local time uniformly (as specified in the @FILESTAMP output format parameter). I am also aware that some Posix file systems report TOD as 00:00 when a file is older than some particular time. On your own FTP site it seems to be six months, as files dated 2012-08-28 show midnight, files dated exactly six months ago today (2012-09-04) show an actual TOD. IIRC on Unix System V it was exactl a year, because the reporting format included either year or TOD in the same position due to the limitations of the hardware of 4 decades ago. Strange that some are willing to live with such limitations...
I appreciate your many plug-ins, and thank you for the effort you put into building and maintaining them.
I have one problem with the @FILESTAMP function - unlike the TCC internal features, it does not work for files accessed via FTP. This means that I need a different command to list FTP-accessed files than local files. I wonder how difficult would be for @FILESTAMP to use the TCC internal functions @filedate and @filetime to obtain the data for FTP files? This would allow the same commands / aliases to be used everywhere. I realize the limitation that UTC to true local time conversion implies; my personal choice is to gather all raw data as UTC and convert to local time uniformly (as specified in the @FILESTAMP output format parameter). I am also aware that some Posix file systems report TOD as 00:00 when a file is older than some particular time. On your own FTP site it seems to be six months, as files dated 2012-08-28 show midnight, files dated exactly six months ago today (2012-09-04) show an actual TOD. IIRC on Unix System V it was exactl a year, because the reporting format included either year or TOD in the same position due to the limitations of the hardware of 4 decades ago. Strange that some are willing to live with such limitations...