Is it possible to download this entire directory with wget? How I can do that?
This is the directory with the files that I want to download: http://java.net/projects/glassfish/sources/svn/show/trunk/fighterfish/sample
|
feedback
|
migrated from stackoverflow.com Feb 2 at 17:28
This question came from our site for professional and enthusiast programmers.
|
If you have no option other than wget, you could use If you want to use the command-line: | ||||
|
feedback
|
|
Referance the GNU Wget Manual, it has everything you'll need to know about using wget. This may not answer your question, but this will create a 5 level deep mirror of the directory you give it. "Create a five levels deep mirror image of the GNU web site, with the same directory structure the original has, with only one try per document, saving the log of the activities to `gnulog':
" | |||
|
feedback
|
wget --helpor reading its documentation ? – Basile Starynkevitch Feb 2 at 17:11svn co https://svn.java.net/svn/glassfish~svn/trunk/fighterfish/sample/? – Banthar Feb 2 at 17:16