1

I'm trying to develop a very basic NFS Android client. I don't need to actually mount the NFS share, just list, read, and write files.

I can't seem to find any NFS-related APIs in the Android API reference, nor any Android-compatible Java-based NFS libraries.

What's the easiest way to access NFS shares programmatically in Android?

2

0

You must log in to answer this question.

Browse other questions tagged .