📄 readme
字号:
fetchLyle Hanson (lhanson@cs.nmu.edu) (C) 2001http://cs.nmu.edu/~lhanson/fetch/================================================================================ABOUT=====fetch is a simple, flexible download tool built on the HTTP Fetcher library.There are other utilities out there that handle HTTP downloads (wget) but a lotof them are intended more for mirroring websites and the like; fetch allowsyou to download a file at the command line by basically saying 'fetch URL'.fetch also allows you to customize your HTTP request by changing the User Agentand Referer shown to the webserver. This is useful for a lot of differentreasons that I will leave up to your imagination. You don't even have tosave the file you request; you can use fetch to simply generate a hit.If you DO want to use fetch for larger transfers such as site mirrors, etc.,you can currently do this by writing a shell script to run fetch as desired.Soon I expect to add support to download images associated with a page, tobetter simulate a web browser viewing the page (again, for reasons you mayor may not find useful/interesting).DEPENDENCIES============fetch depends on the HTTP Fetcher library, found athttp://cs.nmu.edu/~lhanson/http_fetcher/. Should run on most unix-like systems.INSTALLATION============Read the INSTALL file for info on building and installing fetch.USAGE=====Check out the manpage for fetch ('man fetch', if you have already have fetchinstalled) or run 'fetch --help'. The webpage is also bound to have recentinformation.LICENSE=======fetch is licensed under the GNU Lesser General Public License (LGPL)version 2 or newer. See the LICENSE file for full info. Feel free to contactme if you have any questions/concerns over licensing issues.FEEDBACK========Drop me a line if you find this program useful or if you have any questions,comments, requests, or bug reports.TODO:=====Implement an option that will download (or simply hit) images on an HTML pagein order to better simulate a web browser viewing the page.BUGS====None that I know of. Let me know if you find any.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -