I’ve been reading up on the differences between the SSH2 library from PECL and phpseclib. It seems phpseclib is a little simpler to use and what not and the example codes I’ve found are minimal. With the SSH2 library, I’ve seen references to stream_set_blocking. Do I need to utilize this function with phpseclib?
I’ve been reading up on the differences between the SSH2 library from PECL and
Share
I’ve used phpseclib for both SSH and SFTP and didn’t need to use such a function.