As I've asked on the now-nonexistent forum and on TC.ch one - would it be useful to implement a native WebDAV support so that this program will be able to save traffic while accessing containers located at a WebDAV storage?
Yes, I clearly understand this would impede (or even completely negate) Plausible Deniability through a hidden volume.
(An adversary will clearly see which parts of a container were accessed and when)
Nevertheless, if a user would want to not have a local copy of his data, if he is ready to only have access to it while on-line - the following could save a lot of traffic to read/write data from/to a container.
1) WebDAV has a notion of a collection which is a folder in a local file system, but a modified program will handle it as a container name;
2) within such a collection it will create lots of 512-bytes-(or 4k)-long files to keep a blob of encrypted user's data in each;
3) names of those files would correspond to a sector number were it a local HDD, i.e. represent an offset within a container;
4) when mounted, such a collection will constitute a file system for the OS as usual.
Please comment.