Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.0
-
None
-
N/A
Description
Please update the website with a HTML table listing the following columns:
File System
URL syntax
provider (built-in vs URL for third party)
Supports Directory Listing
Supports Authentication
Supports ".." for parent directly listing
Supports File Read
Supports File Write
Supports File locking
Supports version
Supports File Rename
Comments (ex: "protocol supports Write however will not be supported until VFS version __)
ex: would be nice to get a directly listing from HTTP(s) servers like you can with the local file system. So the table should show 1. if the protocol supports the function and 2. if the current implementation supports the function.
ex: HTTP(s) supports file upload/download. Is it possible to create a new file and automatically use HTTP uploading via base64? if not, the "Supports File Write" would have T/F indicating that the protocol supports upload but the implementation does not yet support it.
Also, where svn is concerned. documenation on how to access different R#'s would be great. ie: how to get a list of R#'s for a file/dir and how to get a specific version of MyFile.txt R123