-
Notifications
You must be signed in to change notification settings - Fork 18
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
some questions about write files #18
Comments
I have the same , Did you fix this problem? please tell me , thx |
I wouldn't use this anymore. This library relies on SMB v1 which is deprecated. And if sou check the last updates are from 4 years ago. Check out TimOliver SMB Client or amosavian SMB |
Thank you bro ! |
I found TimOliver SMB Client use the same SMB version , it's dons't work for me |
Than try one of the other two mentioned options. |
I write files in the calling method, bufferSize is set to a large, for example 1000kb, after the operation, in the following code position "long bytesWritten = smb_fwrite (self) share) for server smbSession, self - > _fileID, (void *). The data bytes, bytesToWrite); ", A crash was happened, can you help me to reslove the problem?
The text was updated successfully, but these errors were encountered: