Dear Wiki user,

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

The "UsingNexus" page has been changed by GaryGregory:
http://wiki.apache.org/commons/UsingNexus?action=diff&rev1=25&rev2=26

Comment:
Document a wget command that actually works today.

  {{{
  wget -np -r 
https://repository.apache.org/content/repositories/orgapachecommons-098/org/apache/commons/commons-foo/1.1/
  }}}
+ Here is a specific example (used for commons-io 2.1 on 7 October 2011), where 
you must turn off robots.txt and accept a self-signed certificate:
+ {{{
+ wget -r -l 1 -np -nH -nd -nv -e robots=off --wait 10 --no-check-certificate 
https://repository.apache.org/content/repositories/orgapachecommons-027/commons-io/commons-io/2.1/
+ }}}
+ For the curious: 
+  * -r recursive
+  * -l 1 1 level
+  * -np no parent
+  * -nH don't create host directories
+  * -nd don't create directories
+  * -nv quiet
+  * -e robots=off ignore robots.txt
+  * --wait 10 wait between retrievals
+ 
  Check the MD5/SHA hashes!
  
  Also, change the group to commons.

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

Reply via email to