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.
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.