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 have a problem when accessing modification time of remote files over sftp.
the remote file has an mod-time of Dec 12, 2049. For mod-times greater than maxInt32 (some date in 2038) i get a negative time.
the problem is in the class net.schmizz.sshj.sftp.FileAttributes. The the mod-time is set as int32
The text was updated successfully, but these errors were encountered:
Hi,
I have a problem when accessing modification time of remote files over sftp.
the remote file has an mod-time of Dec 12, 2049. For mod-times greater than maxInt32 (some date in 2038) i get a negative time.
the problem is in the class net.schmizz.sshj.sftp.FileAttributes. The the mod-time is set as int32
The text was updated successfully, but these errors were encountered: