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

Support non-sequential writes #207

Closed
slifty opened this issue Aug 3, 2023 · 0 comments · Fixed by #208
Closed

Support non-sequential writes #207

slifty opened this issue Aug 3, 2023 · 0 comments · Fixed by #208

Comments

@slifty
Copy link
Contributor

slifty commented Aug 3, 2023

SFTP allows writes to be sent non-sequentially, but our current WRITE handler is written in a way that assumes sequential write. This means that depending on client implementation it is possible that data would be written to a file in the wrong order, resulting in corruption.

slifty added a commit that referenced this issue Aug 3, 2023
Issue #207 Support non-sequential writes
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 a pull request may close this issue.

1 participant