6

Is it possible to implement a VFS driver on iOS, which can mount a remote storage like dropbox to local file system? I don't think it is allowed for a normal iOS devices, but how about jailbreak devices?

Wallace
  • 61
  • 1
  • 3

1 Answers1

0

There is Dropbox API for iOS that allow listing and using Dropbox storage: . Classic unix mounting is forbidden.

Leszek Zarna
  • 3,253
  • 26
  • 26