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

Implement a pure sftp backed _path_stat #188

Merged
merged 1 commit into from
Jul 13, 2015

Conversation

vodik
Copy link
Contributor

@vodik vodik commented Mar 25, 2015

Not sure if this is actually interesting since it does represent a bit of a regression in support, but this adds a sftp backed _path_stat. This, however, gives up st_ino, st_dev, st_nlink and st_ctime.

The real problem is that paramiko and openssh only implement sftp v3. I'm not so sure how widely supported v4 - v6 are, but those specs expand what stat returns. v4, for example, adds at least st_ctime.

@vodik vodik force-pushed the sftp-stat branch 3 times, most recently from b58fce1 to 9c20581 Compare March 25, 2015 17:58
tomerfiliba added a commit that referenced this pull request Jul 13, 2015
Implement a pure sftp backed _path_stat
@tomerfiliba tomerfiliba merged commit 96a120b into tomerfiliba:master Jul 13, 2015
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

Successfully merging this pull request may close these issues.

2 participants