Retrieving file timestamp information |
![]() ![]() ![]() |
You can retrieve the date a file was last modified using the Sftp#getFileTimestamp method.
Example
// get last modified date of image.gif Date date = sftp.getFileTimestamp("image.gif"); |