Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FileAttributes ModTime int32 #980

Open
GM64 opened this issue Feb 14, 2025 · 0 comments
Open

FileAttributes ModTime int32 #980

GM64 opened this issue Feb 14, 2025 · 0 comments

Comments

@GM64
Copy link

GM64 commented Feb 14, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant