<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter questions tagged with wget</title>
      <link>http://ask.metafilter.com/tags/wget</link>
      <description>Questions tagged with 'wget' at Ask MetaFilter.</description>
	  <pubDate>Sat, 10 Oct 2009 13:01:21 -0800</pubDate> <lastBuildDate>Sat, 10 Oct 2009 13:01:21 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>File access to router without wget</title>
	<link>http://ask.metafilter.com/135124/File%2Daccess%2Dto%2Drouter%2Dwithout%2Dwget</link>	
	<description>How do I copy files to a Netgear DG834G router without using wget? I&apos;m trying to install openwrt on an old Netgear DG834Gv3 router &lt;small&gt;(mainly using &lt;a href=&quot;http://wiki.openwrt.org/oldwiki/openwrtdocs/hardware/netgear/dg834gv3?s[]=dg834g&amp;s[]=v3&quot;&gt;these instructions&lt;/a&gt;)&lt;/small&gt;. The instructions recommend to telnet into the router and then copy over the new firmware from the internet using wget.&lt;br&gt;
&lt;br&gt;
Unfortunately, wget isn&apos;t playing ball. Telnetting into the router works fine and I can execute commands but whether I use http or ftp and whether I use the hostname or IP wget cannot see the internet at all. Ping isn&apos;t successful for anything either.&lt;br&gt;
&lt;br&gt;
So how do I copy over the firmware without using wget? Or alternatively, how do I get wget to work? The router&apos;s bootloader does not allow FTP connections.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.135124</guid>
	<pubDate>Sat, 10 Oct 2009 13:01:21 -0800</pubDate>
	<category>dg834g</category>
	<category>firmware</category>
	<category>netgear</category>
	<category>router</category>
	<category>wget</category>
	<dc:creator>alby</dc:creator>
	</item>
	<item>
	<title>ping equivalent for web servers that reports http latency?</title>
	<link>http://ask.metafilter.com/121188/ping%2Dequivalent%2Dfor%2Dweb%2Dservers%2Dthat%2Dreports%2Dhttp%2Dlatency</link>	
	<description>The equivalent of ping for http connections? I want to the equivalent of ping for webservers. I want to type in a simple command that generates 1 or more 1-line reports on the transaction: no. of bytes, response code, and round-trip latency.&lt;br&gt;
&lt;br&gt;
For example, I would like to ask the tool to &apos;ping&apos; my server once a minute for five minutes:&lt;br&gt;
&lt;br&gt;
webping http://www.example.com/foo -i 60 -c 5&lt;br&gt;
&lt;br&gt;
and see something like&lt;br&gt;
&lt;br&gt;
1200 bytes (200) from www.example.com: seq=1 time = 240ms&lt;br&gt;
1200 bytes (200) from www.example.com: seq=2 time = 240ms&lt;br&gt;
1200 bytes (200) from www.example.com: seq=3 time = 240ms&lt;br&gt;
1200 bytes (200) from www.example.com: seq=4 time = 240ms&lt;br&gt;
300 bytes (404) from www.example.com: seq=5 time = 1500ms&lt;br&gt;
&lt;br&gt;
Is there such a thing for linux/os-x? If not, is there a way to get what I want out of wget (shell / python munging of wget&apos;s STDOUT perfectly acceptable).</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.121188</guid>
	<pubDate>Sun, 03 May 2009 21:57:16 -0800</pubDate>
	<category>http</category>
	<category>http_ping</category>
	<category>httpping</category>
	<category>latency</category>
	<category>ping</category>
	<category>server</category>
	<category>web</category>
	<category>wget</category>
	<dc:creator>zippy</dc:creator>
	</item>
	<item>
	<title>Hitting a URL from the command line</title>
	<link>http://ask.metafilter.com/66737/Hitting%2Da%2DURL%2Dfrom%2Dthe%2Dcommand%2Dline</link>	
	<description>Alternatives to lynx, wget and get from the unix command line? I have a scheduled job that needs to hit a localhost URL once a day.  Our servers don&apos;t have lynx or wget or get installed.  Are there any alternatives?  I&apos;ve tried using telnet and Expect, and it works but when run through our scheduling app (Tivoli Workload Scheduler) I get a message &quot;No environment-specified terminal type.&quot; even when I specify the terminal type.  So I was wondering if there are other techniques I could try.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.66737</guid>
	<pubDate>Wed, 11 Jul 2007 09:13:07 -0800</pubDate>
	<category>AIX</category>
	<category>curl</category>
	<category>expect</category>
	<category>get</category>
	<category>http</category>
	<category>mlwp</category>
	<category>perl</category>
	<category>telnet</category>
	<category>tivoli</category>
	<category>TWS</category>
	<category>unix</category>
	<category>wget</category>
	<dc:creator>Null Pointer and the Exceptions</dc:creator>
	</item>
	<item>
	<title>What&apos;s the easiest way to transfer a website (including hidden files) without shell access?</title>
	<link>http://ask.metafilter.com/60875/Whats%2Dthe%2Deasiest%2Dway%2Dto%2Dtransfer%2Da%2Dwebsite%2Dincluding%2Dhidden%2Dfiles%2Dwithout%2Dshell%2Daccess</link>	
	<description>I am trying to transfer a couple of websites from 1and1 beginner accounts to dreamhost.   I usually do this by zipping or tarring the source site and then ftp.  

The rub is that the 1and beginner package does not allow shell access (although the target does).  I&apos;m looking at wget but I don&apos;t see a way to make it copy hidden files, which could bite me later if there are some config files buried in there somewhere.   Probably missing something real obvious here.  Any ideas?

</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.60875</guid>
	<pubDate>Wed, 18 Apr 2007 16:25:32 -0800</pubDate>
	<category>ftp</category>
	<category>site</category>
	<category>transfer</category>
	<category>unix</category>
	<category>wget</category>
	<dc:creator>Manjusri</dc:creator>
	</item>
	<item>
	<title>I need to download google!</title>
	<link>http://ask.metafilter.com/40203/I%2Dneed%2Dto%2Ddownload%2Dgoogle</link>	
	<description>How do I download google&apos;s entire cache of a website that has 137,000 hits? Ok, so &lt;a href=&quot;http://www.em411.com&quot;&gt;em411.com&lt;/a&gt; got redesigned, and em/admin (site administrator) dumped the database. There were some damn good conversations that happened over the last 6 years on that site and there is no way that I am going to be able to remember what each and every one of them was about, so I need to find a way to get the entire cache of this website. Hope me please.&lt;br&gt;
&lt;br&gt;
If I do a &lt;a href=&quot;http://www.google.com/search?hl=en&amp;q=site%3Aem411.com&amp;btnG=Google+Search&quot;&gt;site:em411.com&lt;/a&gt; I get 137,000 hits, but only 1000 of them are accessible via google. &lt;br&gt;
&lt;br&gt;
I&apos;m thinking that I could get this done via some combination of wget following only the cache links (how do I do that?) and varying the keyword in the search (not sure what the best ones to pick are)&lt;br&gt;
&lt;br&gt;
Oh, and the internet &lt;a href=&quot;http://web.archive.org/web/*sa_/http://www.em411.com&quot;&gt;archive&lt;/a&gt; has basically nothing of this site.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.40203</guid>
	<pubDate>Wed, 14 Jun 2006 20:04:04 -0800</pubDate>
	<category>google</category>
	<category>help</category>
	<category>howto</category>
	<category>spider</category>
	<category>wget</category>
	<dc:creator>bigmusic</dc:creator>
	</item>
	<item>
	<title>How do I mirror a MLB web page?</title>
	<link>http://ask.metafilter.com/23244/How%2Ddo%2DI%2Dmirror%2Da%2DMLB%2Dweb%2Dpage</link>	
	<description>I&apos;d like to use wget to make a local copy of a web page at mlb.com (specifically &lt;a href=&quot;http://newyork.yankees.mlb.com/NASApp/mlb/news/wrap.jsp?ymd=20050826&amp;content_id=1184661&amp;vkey=wrapup2005&amp;fext=.jsp&amp;team=home&quot;&gt;this one&lt;/a&gt;) but all my attempts have resulted in an incomplete page.  What arguments should I be giving wget to make it work?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.23244</guid>
	<pubDate>Sat, 27 Aug 2005 15:46:29 -0800</pubDate>
	<category>asp</category>
	<category>mirror</category>
	<category>mlb</category>
	<category>wget</category>
	<dc:creator>event</dc:creator>
	</item>
	<item>
	<title>Is there an easy script-way to download 15,000 pages of a website with incremental URLs?</title>
	<link>http://ask.metafilter.com/7859/Is%2Dthere%2Dan%2Deasy%2Dscriptway%2Dto%2Ddownload%2D15000%2Dpages%2Dof%2Da%2Dwebsite%2Dwith%2Dincremental%2DURLs</link>	
	<description>I need to mass download a chunk of a website.   It&apos;s about 15000 pages, with identical urls except for one portion with a sequential numerical indicator for each page.  I don&apos;t need to spider any links, I just need it to work through the list of pages.  I know there&apos;s got to be an easy script-y way of doing this, but you know, I&apos;m a lawyer.  Please help!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.7859</guid>
	<pubDate>Thu, 10 Jun 2004 12:57:40 -0800</pubDate>
	<category>curl</category>
	<category>download</category>
	<category>script</category>
	<category>software</category>
	<category>wget</category>
	<dc:creator>monju_bosatsu</dc:creator>
	</item>
	<item>
	<title>Website Mirroring Tools</title>
	<link>http://ask.metafilter.com/6126/Website%2DMirroring%2DTools</link>	
	<description>&lt;b&gt;Website Mirroring Tools&lt;/b&gt;: I usually use &lt;a href=&quot;http://www.gnu.org/software/wget/wget.html&quot;&gt;wget&lt;/a&gt;, but find that it seems to have at least one nasty flaw: it doesn&apos;t fetch stylesheets, or images named in stylesheets (it may also have other flaws I&apos;m not aware of).  Is there something better out there that I can just give a homepage URL and have it suck down an entire site?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.6126</guid>
	<pubDate>Sun, 28 Mar 2004 16:27:31 -0800</pubDate>
	<category>computer</category>
	<category>internet</category>
	<category>mirroring</category>
	<category>software</category>
	<category>website</category>
	<category>wget</category>
	<dc:creator>namespan</dc:creator>
	</item>
	
	</channel>
</rss>

