CIFS is common internet file system, which is a protocol used to access windows file system . I want to access windows file system through my android phone. The Windows operating system acts as CIFS Server. So i have write a program for CIFS client and run it on my android phone, so that i can access windows file system. I have to write that program in java to run it on Android phone. So my problem is how to get started, packages that are necessary to implement it, classes i need to use and so on..So does anyone have any idea?
Share
Have you looked at the Samba project jcifs?: