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

Fix scp_recv ABI issue on Windows #121

Merged
merged 1 commit into from
Jul 31, 2019
Merged

Fix scp_recv ABI issue on Windows #121

merged 1 commit into from
Jul 31, 2019

Conversation

wez
Copy link
Collaborator

@wez wez commented Jul 29, 2019

  • Adopt scp_recv2 instead, which uses compatible 64-bit stat types
  • Mark scp_recv as deprecated
  • small version bump

Fixes #109
Refs #117

Co-authored-by: Joyce Babu joyce@ennexa.com

@alexcrichton
Copy link
Owner

Hm this looks like it's still ignoring the relevant verifications in CI?

systest/build.rs Outdated Show resolved Hide resolved
* Adopt scp_recv2 instead, which uses compatible 64-bit stat types
* Mark scp_recv as deprecated
* small version bump

Fixes alexcrichton#109
Refs alexcrichton#117

Co-authored-by: Joyce Babu <joyce@ennexa.com>
@wez wez merged commit 3aa8096 into alexcrichton:master Jul 31, 2019
@wez wez deleted the winscp branch July 31, 2019 22:25
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.

SCP receive file size error on windows.
2 participants