Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:wget [2011/05/18 23:33] – [Download More than One File] Guy | wiki:wget [2011/06/16 13:06] (current) – [Install GNU wget] Guy | ||
---|---|---|---|
Line 5: | Line 5: | ||
==== Install GNU wget ==== | ==== Install GNU wget ==== | ||
- | wget is included in Tiny Core and Microcore base. For a version which features more advanced options and supports ssl you may install the GNU wget extension. | + | wget is included in Tinycore |
==== Copy and Paste from Text Editor ==== | ==== Copy and Paste from Text Editor ==== | ||
Line 59: | Line 59: | ||
http:// | http:// | ||
- | ==== Download a List of Files in the Same Directory ==== | + | ==== Download a List of Files from the Same Directory ==== |
- | Let's say you want to download | + | You can download |
- | Look in all of the .dep files and make a list. Like this | + | Let's say you want to download Xfe, all .dep files and all dependencies, |
+ | |||
+ | Using the .dep files, | ||
< | < | ||
Line 82: | Line 84: | ||
expat2.tcz.md5.txt</ | expat2.tcz.md5.txt</ | ||
- | Save this file in the same directory you will be downloading to, in this example, / | + | Save this file in the same directory |
< | < | ||
- | for I in `cat xfe-files.txt`; | + | for I in `cat xfe-files.txt`; |
==== Learn More ==== | ==== Learn More ==== |