sftp is broken in nonblocking mode. Only ssh works. See: https://gitlab.com/libssh/libssh-mirror/-/issues/58
Norm Green On 5/13/2024 11:40 AM, Reid Thompson wrote:
Hi,Can someone point me to an example/tutorial that shows using ssh and sftp in fully non-blocking mode? It appears that only certain functions return *_AGAIN? Do you utilize a function that returns *_AGAIN when possible and utilize the standard functions otherwize?THanks, Reid