You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Apache Wiki <wi...@apache.org> on 2008/03/25 20:24:22 UTC

[Commons Wiki] Trivial Update of "VfsCookbook" by KenTanaka

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification.

The following page has been changed by KenTanaka:
http://wiki.apache.org/jakarta-commons/VfsCookbook

------------------------------------------------------------------------------
  An assortment of code examples with the intent of solving specific tasks using the VFS API. Once you finally figure out how to do something with VFS, post a recipe here for others to use.
  
  == Extracting from Tar files ==
- ExtractAndDecompressGzipFiles - Here is a two phase example. It illustrates multiple access schemes contained in the name parameter of FileSystemManager.resolveFile(String name).
+ ExtractAndDecompressGzipFiles - Here is a two phase example. It illustrates multiple access schemes contained in the name parameter of !FileSystemManager.resolveFile(String name).
  
  == Simple SFTP file downloader ==
  SimpleSftpFileDownload - Here is an example for getting files that match a filename pattern from a remote system using the VFS protocol.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org