smb_connect 0.0.9
smb_connect: ^0.0.9 copied to clipboard
Native SMB/CIFS client library written in Dart for Dart. Extremely fast, can be used for streaming music and video. Supported dialects: SMB 1.0, CIFS, SMB 2.0, SMB 2.1.
0.0.9 Connect fixes. #
- Check auth while connect;
0.0.8 Add createFolder & bug fixes. #
- Add createFolder operation.
- Bug fix. Operation listFiles did not close the folder.
- minnor bug fixes.
0.0.7 Auth bug fix. #
- smb1 auth bug fixes.
0.0.6 Auth bug fix. #
- bug fixes "Unable to Determine connectAuth Connection Issues #1".
0.0.5 Initial release. #
- Initial package release.
- Tested work form Smb2/Smb1.
- Get list of shares.
- Get list of folders/files.
- Create empty file.
- Read/Write stream.
- Random access file support async.
- Rename/delete operations.