You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "hanasaki jiji (JIRA)" <ji...@apache.org> on 2008/12/18 08:20:44 UTC

[jira] Created: (VFS-230) Update website information - table with list of providers and Read/Write support

Update website information - table with list of providers and Read/Write support
--------------------------------------------------------------------------------

                 Key: VFS-230
                 URL: https://issues.apache.org/jira/browse/VFS-230
             Project: Commons VFS
          Issue Type: Task
    Affects Versions: 1.0
         Environment: N/A
            Reporter: hanasaki jiji
            Priority: Minor


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

ref: http://commons.apache.org/vfs/filesystems.html


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.