A heads-up - I added a receiver that supports VFS.

I think there is value in providing access to data that could not otherwise be 
accessed programmatically (webdav/ssh/ftp/etc).

Here's a complete list of the protocols VFS supports:
http://jakarta.apache.org/commons/sandbox/vfs/filesystems.html

The actual VFS dependencies are minor - interfaces, an exception and the VFS 
class that uses reflection to load file system managers.

Folks have to add the jars to their classpath to make it work, and it works 
great.

Here are the dependencies:

org.apache.commons.vfs.FileObject;
org.apache.commons.vfs.FileSystemException;
org.apache.commons.vfs.FileSystemManager;
org.apache.commons.vfs.VFS;

Scott

<<winmail.dat>>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to