Dear Wiki user,

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

The "VfsExampleShell" page has been changed by BerndEckenfels:
https://wiki.apache.org/commons/VfsExampleShell?action=diff&rev1=3&rev2=4

Comment:
added http which requires common-codec

  artifactId=commons-vfs2
  }}}
  
+ For http(s) (and more general URIs):
+ {{{
+ C:vfs> set 
LIBS=%REP%\commons-logging\commons-logging\1.2\commons-logging-1.2.jar
+ C:vfs> set 
LIBS=%LIBS%;%REP%\org\apache\commons\httpclient;%REP%\commons-httpclient\commons-httpclient\3.1\commons-httpclient-3.1.jar
+ C:vfs> set 
LIBS=%LIBS%;%REP%\commons-codec\commons-codec\1.2\commons-codec-1.2.jar
+ C:vfs> set 
LIBS=%LIBS%;core\target\commons-vfs2-2.1.jar;examples/target/commons-vfs2-examples-2.1.jar
+ C:vfs> java -cp $LIBS org.apache.commons.vfs2.example.Shell
+ VFS Shell 2.1
+ > cat http://www.facebook.com/robots.txt
+ > cat https://www.apache.org/robots.txt
+ User-agent: *
+ Disallow: /websrc
+ Crawl-Delay: 4
+ }}}
+ 

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

Reply via email to