📄 wget.html
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head> <title></title> <link rel="stylesheet" media="screen" type="text/css" href="./style.css" /> <link rel="stylesheet" media="screen" type="text/css" href="./design.css" /> <link rel="stylesheet" media="print" type="text/css" href="./print.css" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head><body><a href=start.html>start</a></br><div class="toc"><div class="tocheader toctoggle" id="toc__header">Table of Contents</div><div id="toc__inside"><ul class="toc"><li class="level1"><div class="li"><span class="li"><a href="#wget" class="toc">Wget</a></span></div><ul class="toc"><li class="level2"><div class="li"><span class="li"><a href="#wget_in_uclinux" class="toc">Wget in uclinux</a></span></div></li><li class="level2"><div class="li"><span class="li"><a href="#example" class="toc">Example</a></span></div></li><li class="level2"><div class="li"><span class="li"><a href="#for_more_information" class="toc">For More information</a></span></div></li></ul></li></ul></div></div><h1><a name="wget" id="wget">Wget</a></h1><div class="level1"><p> Wget is a tool for retrieving files using <acronym title="Hyper Text Transfer Protocol">HTTP</acronym>, and <acronym title="File Transfer Protocol">FTP</acronym>, the most widely-used Internet protocols. It is a non-interactive commandline tool, so it may easily be called from scripts, cron jobs, or terminals, etc.</p></div><!-- SECTION [1-232] --><h2><a name="wget_in_uclinux" id="wget_in_uclinux">Wget in uclinux</a></h2><div class="level2"><p> There are two version of wget in uClinux:</p><ul><li class="level1"><div class="li"> Busybox : Documentaiton is at: <a href="http://www.busybox.net/downloads/BusyBox.html#item_wget" class="urlextern" title="http://www.busybox.net/downloads/BusyBox.html#item_wget" rel="nofollow">http://www.busybox.net/downloads/BusyBox.html#item_wget</a></div></li><li class="level1"><div class="li"> GNU Wget : <code>./user/wget</code> is from the <a href="http://www.gnu.org/software/wget/" class="urlextern" title="http://www.gnu.org/software/wget/" rel="nofollow">GNU Wget</a> project, version 1.9.1 - The latest stable version of from GNU is 1.10.2. The main-line documentation is at <a href="http://www.gnu.org/software/wget/manual/html_node/index.html" class="urlextern" title="http://www.gnu.org/software/wget/manual/html_node/index.html" rel="nofollow">the GBU Project</a>. Examples can also be found on the <a href="http://www.gnu.org/software/wget/manual/html_node/Simple-Usage.html#Simple-Usage" class="urlextern" title="http://www.gnu.org/software/wget/manual/html_node/Simple-Usage.html#Simple-Usage" rel="nofollow">the GNU Site</a>.</div></li></ul></div><!-- SECTION [233-812] --><h2><a name="example" id="example">Example</a></h2><div class="level2"></div><!-- SECTION [813-833] --><h2><a name="for_more_information" id="for_more_information">For More information</a></h2><div class="level2"><ul><li class="level1"><div class="li"> <a href="http://directory.fsf.org/wget.html" class="urlextern" title="http://directory.fsf.org/wget.html" rel="nofollow">Wget page from GNU</a></div></li></ul></div><!-- SECTION [834-] --></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -