I'm copying files from windows to unix using a samba share
if I ls -l the directory the timestamps on the files are as expected
however, if I run either a stat or an fstat on the files in php the times all come out to be the time the file was copied to the share.
Can anyone think of a way in PHP to get the timestamps shown via ls -l without actually parsin up ls -l?
Thanks.
if I ls -l the directory the timestamps on the files are as expected
however, if I run either a stat or an fstat on the files in php the times all come out to be the time the file was copied to the share.
Can anyone think of a way in PHP to get the timestamps shown via ls -l without actually parsin up ls -l?
Thanks.