Question

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?

Was it helpful?

Solution

I've used phpseclib for both SSH and SFTP and didn't need to use such a function.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top