-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
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
SdoClient.download: allow block transfer mode #403
Comments
Hi! What is the question here? Isn't the |
Please review my commit 07d82a6 |
Sorry, I don't get what the intention is here, either. You want |
What PR is this from? Can I maybe suggest to add |
Adding an additional argument is a good idea. |
Allow large file transfer when using download. Block transfer mode is correctly implemented.
The block_transfer argument must be set to True for the open method. This will speed up the transfer significantly.
The text was updated successfully, but these errors were encountered: