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

write remote file by chunks #372

Closed
slashburygin opened this issue Jan 27, 2023 · 1 comment
Closed

write remote file by chunks #372

slashburygin opened this issue Jan 27, 2023 · 1 comment

Comments

@slashburygin
Copy link

Hi. Can you help me,please, about feature to write remote file by chunks.
Now i have aiohttp microservice uploader, by that client upload file from it's PC or by url by chunks to remote server.
In asyncssh library there is method "write" in SFTPClient, that writes data to an open file.

@slashburygin slashburygin changed the title write remote file bychunk write remote file by chunks Jan 27, 2023
@pkittenis
Copy link
Member

Library already implements writing by chunks. How big depends on the network I/O as it's async.

See https://parallel-ssh.readthedocs.io/en/latest/advanced.html#sftp-and-scp

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

No branches or pull requests

2 participants