-
Notifications
You must be signed in to change notification settings - Fork 75
Check enabling fileinfo attributes on Windows - (FileInfo object has no attribute XXX error) #131
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
Comments
No such trouble under Ubuntu (python 3.8.5 though) |
Only |
okay... paramiko does not have this limitation. |
Are you speaking generally? No one seems to mention that SSH2 does not support mtime etc. when running on Windows, are you really sure about this? |
If I recall correctly the compiler on windows did not understand the types libssh2 uses for those attributes. This may have been an old compiler for python 2. Needs retesting on windows. |
Resolved by #142 |
OS: Windows 10 64 bit
Python: 3.8.4 (64 bit)
ssh2-python: 0.23.0
Code snippet:
print result:

The text was updated successfully, but these errors were encountered: