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

[Bug] FluentStorage.SFTP WriteAsync with append=true does not do anything #58

Closed
beeradmoore opened this issue Jan 30, 2024 · 1 comment
Labels
bug Something isn't working SFTP

Comments

@beeradmoore
Copy link
Contributor

The append argument does not appear to do anything in WriteAsync for FluentStorage.SFTP.

await remoteStorage.WriteAsync("/home/test/test_document_2", new byte[] { (byte)'1' }, true);

If I run this multiple times I'd expect 1 to be appended to the file, but it is not.

PR #57 was updated to solve this.

@robinrodricks
Copy link
Owner

Fixed by OP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working SFTP
Projects
None yet
Development

No branches or pull requests

2 participants