|
I'm not sure about an FTP server but a unix command will do the trick.
So long as your file system is not mounted with "noatime" then you can use:
stat filename.ext
This will show you something like:
stat package.xml
File: `package.xml'
Size: 11656 Blocks: 24 IO Block: 4096 regular file
Device: 807h/2055d Inode: 7225548 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2007-10-23 13:36:51.000000000 -0400
Modify: 2007-09-21 12:11:54.000000000 -0400
Change: 2007-10-23 13:36:51.000000000 -0400
From which you can use the Access time to determine last time of access
__________________
Managed US/ NL Hosting [ [Reality Check Network ]
Dell XEON Servers + 1/2/3 TB Packages ICQ: 4-930-562
|