ParallelSSH / parallel-ssh

Asynchronous parallel SSH client library.
https://parallel-ssh.org
GNU Lesser General Public License v2.1
1.2k stars 148 forks source link

write remote file by chunks #372

Open slashburygin opened 1 year ago

slashburygin commented 1 year ago

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.