Questions tagged [vfs]

Virtual File System provides a single API for accessing various different file systems. It presents a uniform view of the files from various different sources, such as the files on local disk, on an HTTP server, or inside a Zip archive.

321 questions
-1
votes
1 answer

VFS return files with backslash as "IMAGINARY"

I have an SFTP server where i store folders whose name contains (backslash) and when i try to get that resource, the type of the resource is "IMAGINARY". Any idea what the problem is ?
Bozhidar Marinov
  • 116
  • 2
  • 15
-1
votes
1 answer

VFS for zip files on android

I need a library that can open zip file like virtual file system programmatically and work with inner files and directories (read JSON, install apk). Is there are any library for that? The main thing, i shouldn't extract zip.
-1
votes
1 answer

java.io.IOException: Logon failure: unknown user name or bad password for vfs2

I had working code the other day for a simple connect and file upload using vfs2. Suddenly, the method stopped working, and I began to receive: java.io.IOException: Logon failure: unknown user name or bad password I tried three different users who…
antihero989
  • 486
  • 1
  • 10
  • 32
-1
votes
1 answer

Can't find reference of hash in qstr structure

As you can see in http://lxr.linux.no/#linux+v3.9.5/fs/namei.c#L1751 for(;;) { struct qstr this; long len; int type; err = may_lookup(nd); if (err) break; …
dspjm
  • 5,473
  • 6
  • 41
  • 62
-2
votes
1 answer

Show different contents for different shell sessions (fuse?)

Let's say I start a shell and I choose to show the content of the folder /user/content_A inside another folder /target Now I start a second shell session, I want to show the content of another folder /user/content_B inside the same folder…
dddjef
  • 1
-3
votes
1 answer

Is Virtual File System the correct concept for this application

I am developing an application which, at a very high level, can be summarized as a hierarchical arrangement of black-boxes, with each such black-box having inputs and outputs. I would like to have a representation of these inputs and outputs (in the…
Paul Grinberg
  • 1,184
  • 14
  • 37
1 2 3
21
22