Add support for configuring socket_timeout in SCP mode
This commit allows to pass socket_timeout argument to SCPClient constructor. It's add a flexibiliy when the connection is not stable and default 10 second timeout is not enough.
This commit fixes this issue: https://github.com/robotframework/SSHLibrary/issues/397
So it would be cool to merge it.
Hi,
sorry for the late reply. For reasons I had to merge a big refactoring removing Python2 & Jython support. The refactoring clashes with your changes. I think, they should quite easily be integrated in to the client.py which is now the only client used SSHLibrary.
Could sync your branch (or do the changes fresh)?
I saw you documented the new parameter. Thanks a lot!! Could you also add some basic test case(s)? For verification?
Thanks a lot!!!