Hemanth Kumar (Actionfi)
Results
1
comments of
Hemanth Kumar (Actionfi)
@ronf just to add my findings, without `sftp_version=6` below code will throw ` SFTP operation failed: Unsupported attribute flags: 0x00000010` ``` import asyncio, asyncssh, sys async def run_client() -> None:...