samba_browser

Last updated:

0 purchases

samba_browser Image
samba_browser Images
Add to Cart

Description:

samba browser

Introduction #
This package is capable of performing several read operations on shares using the SMB2 specification.
Currently, the following implementations are supported:

Android (using the JCIFS library)
iOS (using the AMSMB2 library)

DISCLAIMER!
The package was developed for experimental purposes. That is why the currently given amount of features is limited.
However, I am planning to expand the package in the future. Therefore I would really appreciate any kind of suggestion or error report you can provide on the GitHub Issue Board
Example #
SambaBrowser.getShareList('smb://192.168.0.1/', 'domain.net', 'admin', 'password')
.then((shares) => print('Shares found: ${shares.cast<String>()}'));

SambaBrowser.saveFile('./local/', 'downloaded.pdf', 'smb://192.168.0.1/example.pdf', 'domain.net', 'admin', 'password')
.then((path) => print('File downloaded to: $path'));
copied to clipboard
Contributing #
Contributions to the GitHub Repository are very welcomed.
I also appreciate feature requests as well as bug reports using the GitHub Issue Board.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.