We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default timeout to the SCPClient channel when using put is 10 seconds. The default is hardcoded in the SCPClient code https://github.com/jbardin/scp.py/blob/8d8ffd018f7f2f34dc99b413cf3f817705cc9233/scp.py#L117
This should be possible to configure in the move_it_server configure section and pass into the SCPClient
I suggest to add a scpclient_timeout_seconds as an option in the config file.
scpclient_timeout_seconds
So add this in the SCPMover and handle accordingly.
The text was updated successfully, but these errors were encountered:
TAlonglong
Successfully merging a pull request may close this issue.
Default timeout to the SCPClient channel when using put is 10 seconds. The default is hardcoded in the SCPClient code https://github.com/jbardin/scp.py/blob/8d8ffd018f7f2f34dc99b413cf3f817705cc9233/scp.py#L117
This should be possible to configure in the move_it_server configure section and pass into the SCPClient
I suggest to add a
scpclient_timeout_seconds
as an option in the config file.So add this in the SCPMover and handle accordingly.
The text was updated successfully, but these errors were encountered: