Top "Vfs" questions

Virtual File System provides a single API for accessing various different file systems.

How to construct an in-memory virtual file system and then write this structure to disk

I'm looking for a way to create a virtual file system in Python for creating directories and files, before writing …

python python-3.x filesystems vfs virtualfilesystem
How to use Linux hugetlbfs for shared memory maps of files?

I have a program which uses mmap() and shared memory to efficiently access a large database file. I would like …

linux memory-mapped-files vfs huge-pages
SFTP connection error with JSch: SSH_MSG_DISCONNECT: 11 Internal server error

I was trying to retrieve a file from SFTP server - while connecting to this SFTP works with FileZilla - …

java ssh sftp jsch vfs