Hi,
Is it possible to upload raw bytes into a remote file via SFTP? I already loaded the file to upload into memory to do some pre-processing and I'd like to avoid writing it back to disk just for upload. Paramiko has a `putfo()` method for that, but I have not found something similar in asyncssh yet.
(Apart from that, porting from paramiko to asyncssh was straight forward so far :))
Cheers
Stefan