<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Linux wget: Your Ultimate Command Line Downloader</title> <atom:link href="http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 10 Feb 2012 20:37:43 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: mohit</title><link>http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-177175</link> <dc:creator>mohit</dc:creator> <pubDate>Sun, 18 Dec 2011 18:24:09 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-177175</guid> <description>how can i download a file over a https website using wget .</description> <content:encoded><![CDATA[<p>how can i download a file over a https website using wget .</p> ]]></content:encoded> </item> <item><title>By: gbviswanadh</title><link>http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-174072</link> <dc:creator>gbviswanadh</dc:creator> <pubDate>Sun, 18 Sep 2011 11:46:55 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-174072</guid> <description>how can extract file are in the format of 111.zip.bz2 and abc.zip.bz2 , so is this possible to bzip2 and unzip a these files in at time command,</description> <content:encoded><![CDATA[<p>how can extract file are in the format of 111.zip.bz2 and abc.zip.bz2 , so is this possible to bzip2 and unzip a these files in at time command,</p> ]]></content:encoded> </item> <item><title>By: Ajay</title><link>http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-172271</link> <dc:creator>Ajay</dc:creator> <pubDate>Mon, 04 Jul 2011 13:46:21 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-172271</guid> <description>You can write a small shell script such that for 5 different files u write 5 wget command inside the shell script and finally run the shell script.</description> <content:encoded><![CDATA[<p>You can write a small shell script such that for 5 different files u write 5 wget command inside the shell script and finally run the shell script.</p> ]]></content:encoded> </item> <item><title>By: Krishna</title><link>http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-172269</link> <dc:creator>Krishna</dc:creator> <pubDate>Mon, 04 Jul 2011 12:13:25 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-172269</guid> <description>When I use wget to download 5 files from server using a script it sends 1 GET request and waits for server to respond then sends the 2nd and so on. I want the GET to be sent simultaneously irrespective of the response from the server at the same moment. How to do this? Any insights? Thanks</description> <content:encoded><![CDATA[<p>When I use wget to download 5 files from server using a script it sends 1 GET request and waits for server to respond then sends the 2nd and so on. I want the GET to be sent simultaneously irrespective of the response from the server at the same moment. How to do this? Any insights? Thanks</p> ]]></content:encoded> </item> <item><title>By: Bipin</title><link>http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-171446</link> <dc:creator>Bipin</dc:creator> <pubDate>Fri, 20 May 2011 20:23:27 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-171446</guid> <description>any Idea to put password from prompt with wget command.
Thanks,
Bipin Bahuguna</description> <content:encoded><![CDATA[<p>any Idea to put password from prompt with wget command.</p><p>Thanks,<br
/> Bipin Bahuguna</p> ]]></content:encoded> </item> <item><title>By: Ajay</title><link>http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-171110</link> <dc:creator>Ajay</dc:creator> <pubDate>Tue, 03 May 2011 10:09:59 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-171110</guid> <description>Hello,
how can i use the wget command if the following situation arises
1) when connected to a particular server the wget command will download the file. for this if we set a crontab then at the mentioned time the download will happen. but at time if there is a problem with the server and is not getting connected the wget command will overwrite the existing file with a dummy file there by loosing the contents
Is there any way to prevent this?? i.e. when not connected to the server the wget command should not create or overwrite.</description> <content:encoded><![CDATA[<p>Hello,</p><p>how can i use the wget command if the following situation arises</p><p>1) when connected to a particular server the wget command will download the file. for this if we set a crontab then at the mentioned time the download will happen. but at time if there is a problem with the server and is not getting connected the wget command will overwrite the existing file with a dummy file there by loosing the contents<br
/> Is there any way to prevent this?? i.e. when not connected to the server the wget command should not create or overwrite.</p> ]]></content:encoded> </item> <item><title>By: m3nt4t</title><link>http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-170663</link> <dc:creator>m3nt4t</dc:creator> <pubDate>Sun, 17 Apr 2011 11:34:24 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-170663</guid> <description>The easiest way to avoid changing owner/group of download files via wget is to use sudo (run process as other user) or set the download path to a mount point with specific uid/gid (e.g. uid=henry,gid=henry)</description> <content:encoded><![CDATA[<p>The easiest way to avoid changing owner/group of download files via wget is to use sudo (run process as other user) or set the download path to a mount point with specific uid/gid (e.g. uid=henry,gid=henry)</p> ]]></content:encoded> </item> <item><title>By: Dinesh Jadhav</title><link>http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-168761</link> <dc:creator>Dinesh Jadhav</dc:creator> <pubDate>Tue, 15 Feb 2011 07:59:57 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-168761</guid> <description>I want to change the owner of the file with the wget command, what ever the filles wiil be downloaded needed to change the owner.</description> <content:encoded><![CDATA[<p>I want to change the owner of the file with the wget command, what ever the filles wiil be downloaded needed to change the owner.</p> ]]></content:encoded> </item> <item><title>By: zack</title><link>http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-168656</link> <dc:creator>zack</dc:creator> <pubDate>Wed, 09 Feb 2011 04:40:57 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-168656</guid> <description>&lt;pre&gt;
wget --http-user=***** --http-passwd=********** -O test.txt -o LogFile.txt http://ds.data.jma.go.jp/gmd/ship/data/ShipData/dd/Z__C_RJTD_yyyymmddhhnn--_SHIP_ORIGINAL_AN.txt
&lt;/pre&gt;
Please help me. I want to download data from this website - http://ds.data.jma.go.jp/gmd/ship/download/howtoget.html using above wget command. The problem is how to download the whole one day data with minutes and hour is changing such as starting from 0000UTC-8am(Malaysia local time) 1/1/2010 until 1/1/2010-2350UTC. The data is available for every 10 minutes and time is in UTC format(hhmm).
variable
yyyy=year, mm=month, dd=day, hh=hour, nn=minute
so for this example, yyyy=2010, mm=01, dd=01, hh=hour, nn=minute, user=mmd, passwd=bmlofeb2011
I hope anyone can help me how to download the data.</description> <content:encoded><![CDATA[<pre>
wget --http-user=***** --http-passwd=********** -O test.txt -o LogFile.txt <a href="http://ds.data.jma.go.jp/gmd/ship/data/ShipData/dd/Z__C_RJTD_yyyymmddhhnn--_SHIP_ORIGINAL_AN.txt" rel="nofollow">http://ds.data.jma.go.jp/gmd/ship/data/ShipData/dd/Z__C_RJTD_yyyymmddhhnn--_SHIP_ORIGINAL_AN.txt</a>
</pre><p>Please help me. I want to download data from this website &#8211; <a
href="http://ds.data.jma.go.jp/gmd/ship/download/howtoget.html" rel="nofollow">http://ds.data.jma.go.jp/gmd/ship/download/howtoget.html</a> using above wget command. The problem is how to download the whole one day data with minutes and hour is changing such as starting from 0000UTC-8am(Malaysia local time) 1/1/2010 until 1/1/2010-2350UTC. The data is available for every 10 minutes and time is in UTC format(hhmm).</p><p>variable<br
/> yyyy=year, mm=month, dd=day, hh=hour, nn=minute</p><p>so for this example, yyyy=2010, mm=01, dd=01, hh=hour, nn=minute, user=mmd, passwd=bmlofeb2011</p><p>I hope anyone can help me how to download the data.</p> ]]></content:encoded> </item> <item><title>By: Priya</title><link>http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-168124</link> <dc:creator>Priya</dc:creator> <pubDate>Fri, 07 Jan 2011 10:51:48 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-168124</guid> <description>Sir,
I have used the command given as example but error is comming as given below.
wget http://www.cyberciti.biz/here/lsst.tar.gz
--21:55:38--  http://www.cyberciti.biz/here/lsst.tar.gz
Resolving www.cyberciti.biz... 75.126.153.206, 2607:f0d0:1002:51::4
Connecting to www.cyberciti.biz&#124;75.126.153.206&#124;:80... failed: Network is unreachable.
Connecting to www.cyberciti.biz&#124;2607:f0d0:1002:51::4&#124;:80... failed: Network is unreachable.</description> <content:encoded><![CDATA[<p>Sir,<br
/> I have used the command given as example but error is comming as given below.<br
/> wget <a
href="http://www.cyberciti.biz/here/lsst.tar.gz" rel="nofollow">http://www.cyberciti.biz/here/lsst.tar.gz</a><br
/> &#8211;21:55:38&#8211; <a
href="http://www.cyberciti.biz/here/lsst.tar.gz" rel="nofollow">http://www.cyberciti.biz/here/lsst.tar.gz</a><br
/> Resolving <a
href="http://www.cyberciti.biz.." rel="nofollow">http://www.cyberciti.biz..</a>. 75.126.153.206, 2607:f0d0:1002:51::4<br
/> Connecting to <a
href="http://www.cyberciti.biz" rel="nofollow">http://www.cyberciti.biz</a>|75.126.153.206|:80&#8230; failed: Network is unreachable.<br
/> Connecting to <a
href="http://www.cyberciti.biz" rel="nofollow">http://www.cyberciti.biz</a>|2607:f0d0:1002:51::4|:80&#8230; failed: Network is unreachable.</p> ]]></content:encoded> </item> <item><title>By: James Locke</title><link>http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-163114</link> <dc:creator>James Locke</dc:creator> <pubDate>Mon, 13 Dec 2010 14:59:11 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-163114</guid> <description>I am trying to download data from my server using wget.
I send the login details and store the cookie. I then rotate through n numbers to copy the data into a new file. The saved file is always blank i.e 0kb file size.
My website stores data on individual pages e.g.: (i have changed my actual site name to &quot;mywebsite&quot;)
&#039;http://admin.mywebsite.com/index.php/print_view/?html=true&amp;order_id=50
I am trying to rotate through the numbers 50 to 1 and extract the data from each page.
The code I am using is below:
#!/usr/bin/perl
system (&quot;wget --post-data &#039;username=Test&amp;password=Test&amp;autologin=1&#039; --cookies=on --keep-session-cookies --save-cookies=cookie.txt http://admin.mywebsite.com/index.php/login&quot;);
$x = 50;
while ($x &lt;= 1) {
system (&quot;wget --wait=400 --post-data &#039;html=true&amp;order_id=50&#039; --referer=http://admin.mywebsite.com/ --cookies=on --load-cookies=cookie.txt --keep-session-cookies --save-cookies=cookie.txt http://admin.mywebsite.com/index.php/print_view/&quot;);
system (&quot;wget --post-data &#039;html=true&amp;order_id=50&#039; --referer=http://admin.mywebsite.com/ --cookies=on --load-cookies=cookie.txt --keep-session-cookies --save-cookies=cookie.txt http://admin.mywebsite.com/index.php/print_view?&quot;);
$x++;
}
How do I modify the code above so data is pulled correctly and the saved files are not blank? Thank you</description> <content:encoded><![CDATA[<p>I am trying to download data from my server using wget.</p><p>I send the login details and store the cookie. I then rotate through n numbers to copy the data into a new file. The saved file is always blank i.e 0kb file size.</p><p>My website stores data on individual pages e.g.: (i have changed my actual site name to &#8220;mywebsite&#8221;)</p><p>&#8216;<a
href="http://admin.mywebsite.com/index.php/print_view/?html=true&#038;order_id=50" rel="nofollow">http://admin.mywebsite.com/index.php/print_view/?html=true&#038;order_id=50</a></p><p>I am trying to rotate through the numbers 50 to 1 and extract the data from each page.</p><p>The code I am using is below:</p><p>#!/usr/bin/perl</p><p>system (&#8220;wget &#8211;post-data &#8216;username=Test&amp;password=Test&amp;autologin=1&#8242; &#8211;cookies=on &#8211;keep-session-cookies &#8211;save-cookies=cookie.txt <a
href="http://admin.mywebsite.com/index.php/login" rel="nofollow">http://admin.mywebsite.com/index.php/login</a>&#8220;);</p><p>$x = 50;<br
/> while ($x &lt;= 1) {<br
/> system (&quot;wget &#8211;wait=400 &#8211;post-data &#039;html=true&amp;order_id=50&#039; &#8211;referer=http://admin.mywebsite.com/ &#8211;cookies=on &#8211;load-cookies=cookie.txt &#8211;keep-session-cookies &#8211;save-cookies=cookie.txt <a
href="http://admin.mywebsite.com/index.php/print_view/&#038;quot" rel="nofollow">http://admin.mywebsite.com/index.php/print_view/&#038;quot</a>;);</p><p>system (&quot;wget &#8211;post-data &#039;html=true&amp;order_id=50&#039; &#8211;referer=http://admin.mywebsite.com/ &#8211;cookies=on &#8211;load-cookies=cookie.txt &#8211;keep-session-cookies &#8211;save-cookies=cookie.txt <a
href="http://admin.mywebsite.com/index.php/print_view?&#038;quot" rel="nofollow">http://admin.mywebsite.com/index.php/print_view?&#038;quot</a>;);<br
/> $x++;<br
/> }</p><p>How do I modify the code above so data is pulled correctly and the saved files are not blank? Thank you</p> ]]></content:encoded> </item> <item><title>By: Trav</title><link>http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-159624</link> <dc:creator>Trav</dc:creator> <pubDate>Tue, 14 Sep 2010 09:35:45 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-159624</guid> <description>Try MultiGet, it also splits the file up into threads to download faster.</description> <content:encoded><![CDATA[<p>Try MultiGet, it also splits the file up into threads to download faster.</p> ]]></content:encoded> </item> <item><title>By: johnwerhun</title><link>http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-159213</link> <dc:creator>johnwerhun</dc:creator> <pubDate>Fri, 27 Aug 2010 18:13:42 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-159213</guid> <description>How can I use wget to download Samba in Linux. I&#039;ve tried several times but have been unsuccessful?</description> <content:encoded><![CDATA[<p>How can I use wget to download Samba in Linux. I&#8217;ve tried several times but have been unsuccessful?</p> ]]></content:encoded> </item> <item><title>By: bayyou</title><link>http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-158869</link> <dc:creator>bayyou</dc:creator> <pubDate>Fri, 13 Aug 2010 05:14:57 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-158869</guid> <description>$wget -cb -o
********** (10stars)</description> <content:encoded><![CDATA[<p>$wget -cb -o<br
/> ********** (10stars)</p> ]]></content:encoded> </item> <item><title>By: Mark</title><link>http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-156011</link> <dc:creator>Mark</dc:creator> <pubDate>Fri, 14 May 2010 03:37:10 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-156011</guid> <description>Thanks! $ wget -c -i was very helpful. :)</description> <content:encoded><![CDATA[<p>Thanks! $ wget -c -i was very helpful. :)</p> ]]></content:encoded> </item> <item><title>By: zazuge</title><link>http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-154152</link> <dc:creator>zazuge</dc:creator> <pubDate>Sun, 07 Mar 2010 12:41:54 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-154152</guid> <description>multi mirror download of a single file trick
wget -c &quot;url1&quot; -O image.iso
then use dd to fill zeros to the other chunks
dd if=/dev/zero of=image2.iso bs=1024  count=100000
dd if=/dev/zero of=image3.iso bs=1024  count=200000
dd if=/dev/zero of=image4.iso bs=1024  count=300000
...
then on multiple terminals do
wget -c &quot;url2&quot; -O image2.iso
wget -c &quot;url3&quot; -O image3.iso
now merge
dd if=image2.iso of=image.iso bs=1024  count=100000 skip=100000
dd if=image3.iso of=image.iso bs=1024  count=100000 skip=200000
...
^^</description> <content:encoded><![CDATA[<p>multi mirror download of a single file trick<br
/> wget -c &#8220;url1&#8243; -O image.iso<br
/> then use dd to fill zeros to the other chunks<br
/> dd if=/dev/zero of=image2.iso bs=1024  count=100000<br
/> dd if=/dev/zero of=image3.iso bs=1024  count=200000<br
/> dd if=/dev/zero of=image4.iso bs=1024  count=300000<br
/> &#8230;<br
/> then on multiple terminals do<br
/> wget -c &#8220;url2&#8243; -O image2.iso<br
/> wget -c &#8220;url3&#8243; -O image3.iso</p><p>now merge<br
/> dd if=image2.iso of=image.iso bs=1024  count=100000 skip=100000<br
/> dd if=image3.iso of=image.iso bs=1024  count=100000 skip=200000<br
/> &#8230;<br
/> ^^</p> ]]></content:encoded> </item> <item><title>By: Feseha</title><link>http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-153499</link> <dc:creator>Feseha</dc:creator> <pubDate>Sat, 13 Feb 2010 03:50:12 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-153499</guid> <description>Quite informative and great time saver!!!
Thanks</description> <content:encoded><![CDATA[<p>Quite informative and great time saver!!!<br
/> Thanks</p> ]]></content:encoded> </item> <item><title>By: Palash</title><link>http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-151063</link> <dc:creator>Palash</dc:creator> <pubDate>Thu, 15 Oct 2009 08:28:55 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-151063</guid> <description>Many many thanks for give important tips of wget.</description> <content:encoded><![CDATA[<p>Many many thanks for give important tips of wget.</p> ]]></content:encoded> </item> <item><title>By: vivian</title><link>http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-150695</link> <dc:creator>vivian</dc:creator> <pubDate>Fri, 18 Sep 2009 04:46:26 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-150695</guid> <description>Hello, i am not able to use wget in my ubuntu system.. whenever i try to download anything for example,
sudo wget http://www.cyberciti.biz/here/lsst.tar.gz
what i get is
--2009-09-18 10:15:15--  http://www.cyberciti.biz/here/lsst.tar.gz
Resolving www.cyberciti.biz... 74.86.48.99
Connecting to www.cyberciti.biz&#124;74.86.48.99&#124;:80... ^C
The above is same for any website.
i am able to do sudo apt-get install  and this is the evidence that i am connecting to the internet. But for wget case i am not able to. Is there any config settings that i need to do?</description> <content:encoded><![CDATA[<p>Hello, i am not able to use wget in my ubuntu system.. whenever i try to download anything for example,<br
/> sudo wget <a
href="http://www.cyberciti.biz/here/lsst.tar.gz" rel="nofollow">http://www.cyberciti.biz/here/lsst.tar.gz</a><br
/> what i get is<br
/> &#8211;2009-09-18 10:15:15&#8211; <a
href="http://www.cyberciti.biz/here/lsst.tar.gz" rel="nofollow">http://www.cyberciti.biz/here/lsst.tar.gz</a><br
/> Resolving <a
href="http://www.cyberciti.biz.." rel="nofollow">http://www.cyberciti.biz..</a>. 74.86.48.99<br
/> Connecting to <a
href="http://www.cyberciti.biz" rel="nofollow">http://www.cyberciti.biz</a>|74.86.48.99|:80&#8230; ^C<br
/> The above is same for any website.<br
/> i am able to do sudo apt-get install  and this is the evidence that i am connecting to the internet. But for wget case i am not able to. Is there any config settings that i need to do?</p> ]]></content:encoded> </item> <item><title>By: Neela.V</title><link>http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-150652</link> <dc:creator>Neela.V</dc:creator> <pubDate>Tue, 15 Sep 2009 06:31:23 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html#comment-150652</guid> <description>Hi, i need to retrieve a file from an http site, which asks for username and password to access the site. How can i retrieve the file using wget? please guide me.</description> <content:encoded><![CDATA[<p>Hi, i need to retrieve a file from an http site, which asks for username and password to access the site. How can i retrieve the file using wget? please guide me.</p> ]]></content:encoded> </item> </channel> </rss>
