android - How to get files from a shared folder protected username and password? -
how provide user name , password when connecting network share (windows server) , files?
project compiled using android version: api level 4.2
from xamarin.android project can use jcifs (http://jcifs.samba.org) connect windows share (password protected or not) , transfers files.
cifs open source client library implements cifs/smb networking protocol in 100% java. cifs standard file sharing protocol on microsoft windows platform (e.g. map network drive ...).
i did binding wrapper version jcifs-1.3.18 5 months ago project , can grab source github account if desired @ https://github.com/sushihangover/xamarin.android.jcifs
consult documention @ library's site usage:
Comments
Post a Comment