You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found the problem, the overthereFile.lastModified() for sshsftp return the time in seconds, and not in miliseconds as the javadoc say. So I suggest to update the javadoc or return the right value.
Wrong date for overthereFile.lastModified();
The directories are created with the date of today, and the lastModified() method returns the date of 17 of January of 1970.
The text was updated successfully, but these errors were encountered: