<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
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/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; file downloads</title> <atom:link href="http://www.ghacks.net/tag/file-downloads/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 17:32:23 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>How To Recover A Broken JDownloader Download Queue</title><link>http://www.ghacks.net/2011/08/19/how-to-recover-a-broken-jdownloader-download-queue/</link> <comments>http://www.ghacks.net/2011/08/19/how-to-recover-a-broken-jdownloader-download-queue/#comments</comments> <pubDate>Fri, 19 Aug 2011 09:16:23 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[backup]]></category> <category><![CDATA[file downloader]]></category> <category><![CDATA[file downloads]]></category> <category><![CDATA[file hosting]]></category> <category><![CDATA[jdownloader]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=49297</guid> <description><![CDATA[When I&#8217;m downloading files from file hosting websites I often use JDownloader for a more convenient download experience. While it still does not automate the captcha entering process before downloads start, it ensures that I do not have to keep the websites open until the countdown reaches zero. And, I get to keep the downloads [...]]]></description> <content:encoded><![CDATA[<p>When I&#8217;m downloading files from file hosting websites I often use JDownloader for a more convenient download experience. While it still does not automate the captcha entering process before downloads start, it ensures that I do not have to keep the websites open until the countdown reaches zero. And, I get to keep the downloads in queue if they do not finish on that day.</p><p>Today while starting up JDownloader I noticed a strange behavior. The program prompted to pick a language first, and then showed up with an empty download queue. That was unfortunate since I had some downloads left in the queue from the other day.</p><p>I first thought that I had just installed a second instance of JDownloader, but discovered a moment later that the new installation seemed to have overwritten the database file containing the file download queue.</p><p>I knew that JDownloader was creating backups of the database in regular intervals. I checked the backup folder of the JDownloader program folder to find out that the program had saved more than a dozen database backups in the past months.</p><p>This was interesting in itself as it can be seen as a privacy issue by some users as it is possible to restore the download queue with the help of the backups.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/08/jdownloader-backup.png" alt="jdownloader backup" title="jdownloader backup" width="475" height="373" class="alignnone size-full wp-image-49298" /></p><p>The last database backup file is database.zip. To restore it you need to do the following. Quit the JDownloader program. Make sure it is completely terminated and not sitting minimized in the system tray.</p><p>Open the database.zip file and extract the contents (database.properties and database.script) to the main JDownloader/config/ directory. Replace the two database files listed there.</p><p>This restores the download queue. You may still be missing a few downloads though depending on the time and day the last backup was created by the file downloader. In my case, the last backup had been created four days ago which meant that I lost a few file downloads that I added after that date.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/08/19/how-to-recover-a-broken-jdownloader-download-queue/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Save File To Saves Files To User-Defined Folders In Firefox</title><link>http://www.ghacks.net/2011/01/06/save-file-to-saves-files-to-user-defined-folders-in-firefox/</link> <comments>http://www.ghacks.net/2011/01/06/save-file-to-saves-files-to-user-defined-folders-in-firefox/#comments</comments> <pubDate>Wed, 05 Jan 2011 22:53:06 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[file downloads]]></category> <category><![CDATA[firefox add-ons]]></category> <category><![CDATA[firefox downloads]]></category> <category><![CDATA[save file to]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=38720</guid> <description><![CDATA[All web browsers can be used to save files to the local system. A wide variety of file types exists from html and text files over media to archives to basically any other file type imaginable. The download location in the web browser is however configured to only remember one download path which means that [...]]]></description> <content:encoded><![CDATA[<p>All web browsers can be used to save files to the local system. A wide variety of file types exists from html and text files over media to archives to basically any other file type imaginable. The download location in the web browser is however configured to only remember one download path which means that it is not possible to put media files in one folder and documents in another without browsing through the folder structure for those downloads.</p><p>The Firefox add-on Save File To changes this by offering options to configure multiple user-defined folders where files can be saved to comfortably. It can be used to configure folders for web page, link, image and file downloads separately.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/01/save-file-to.jpg" alt="save file to" title="save file to" width="383" height="157" class="alignnone size-full wp-image-38721" /></p><p>The add-on adds options to each file type by default to display the recently used folders as well as the computer desktop. New folders are added easily with a click on Add in the add-on options. It is also possible to edit or remove existing entries from the menu.</p><p>These options are then displayed on a right-click in the Firefox web browser. The contents may be different based on the user configuration. It is for instance possible to display a menu for image downloads, and a different one for general file downloads.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/01/save-files.jpg" alt="save files" title="save files" width="387" height="282" class="alignnone size-full wp-image-38722" /></p><p>Additional preferences are available under the Main tab. It is possible to edit the number of recent folders that the add-on remembers, clear the recent folder listing automatically when Firefox closes or to always open the save file dialog window.</p><p>Another benefit of the add-on is that the standard file browser is bypassed if the add-on is used to save files in the web browser.</p><p>Save File To is a handy Firefox add-on for downloaders who like to store their files and downloads in different folders based on their type. The add-on can be installed <a
href="https://addons.mozilla.org/en-US/firefox/addon/save-file-to/">directly</a> at the Mozilla Firefox add-on repository.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/01/06/save-file-to-saves-files-to-user-defined-folders-in-firefox/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Google Chrome, Problems Downloading Large Files</title><link>http://www.ghacks.net/2010/07/20/google-chrome-problems-downloading-large-files/</link> <comments>http://www.ghacks.net/2010/07/20/google-chrome-problems-downloading-large-files/#comments</comments> <pubDate>Tue, 20 Jul 2010 11:16:30 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Google Chrome]]></category> <category><![CDATA[chrome download]]></category> <category><![CDATA[file downloads]]></category> <category><![CDATA[google chrome]]></category> <category><![CDATA[google chrome download]]></category> <category><![CDATA[web browser]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=28426</guid> <description><![CDATA[For the last days, the developer version of the Google Chrome web browser has had troubles downloading large files from the Internet. Downloads of files with a minimum size of 50 Megabytes, stopped abruptly at about 30 Megabytes. Retrying the download yielded the same results. The first thought was that this was related to a [...]]]></description> <content:encoded><![CDATA[<p>For the last days, the developer version of the Google Chrome web browser has had troubles downloading large files from the Internet. Downloads of files with a minimum size of 50 Megabytes, stopped abruptly at about 30 Megabytes.</p><p>Retrying the download yielded the same results. The first thought was that this was related to a single file or server, that acted up strangely.</p><p>But the problems persisted and after trying to download a dozen different files, all with a file size of 50 to 200 Megabytes, it became clear that Google Chrome was the problem.</p><p><span
id="more-28426"></span>Examples of files are the Emsisoft Emergency Kit with a size of 103 Megabytes, some Mediafire downloads with a size of about 180 Megabytes each, and downloads over at Softpedia, like Kaspersky&#8217;s Small Office Security.</p><p>All downloads stopped at approximately the same size, 36.7 or 36.8 Megabytes.  File extensions were also different, including archive formats like zip or executables like exe.</p><p>There does not seem to be a fix for this issue yet, and it is not clear if all Chrome versions are affected or only the latest developer release, version 6.0.466.0.</p><p>All downloads were completed successfully in other web browsers like Firefox, which seems to confirm that this is a Chrome-only problem. This also is the workaround for users who experience the same download problems.</p><p>The test system was running Windows 7 Pro, 64-bit. Have you been experiencing the same troubles? Let us know in the comments.</p><p><strong>Update: The issue has been fixed in the latest Chrome dev release.</strong></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/07/20/google-chrome-problems-downloading-large-files/feed/</wfw:commentRss> <slash:comments>22</slash:comments> </item> <item><title>Take advantage of md5 checksums for download validity</title><link>http://www.ghacks.net/2009/11/20/take-advantage-of-md5-cecksums-for-download-validity/</link> <comments>http://www.ghacks.net/2009/11/20/take-advantage-of-md5-cecksums-for-download-validity/#comments</comments> <pubDate>Thu, 19 Nov 2009 22:53:31 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Hacking]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[check sum]]></category> <category><![CDATA[file downloads]]></category> <category><![CDATA[md5]]></category> <category><![CDATA[secure downloads]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=18689</guid> <description><![CDATA[I&#8217;m fairly confident that you have, at one time or another, run across an md5checksum file as you have perused the internet. Whether it was a download file or even an application upgrade, those md5 files are there for a reason. But just what is the reason? When someone puts a file up on a [...]]]></description> <content:encoded><![CDATA[<p>I&#8217;m fairly confident that you have, at one time or another, run across an md5checksum file as you have perused the internet. Whether it was a download file or even an application upgrade, those md5 files are there for a reason. But just what is the reason?</p><p>When someone puts a file up on a server for download, how does the host or the end-user know, for sure, the file they are about to download (or are serving up) is the valid file? What if someone hacked into the server and replaced the file with a bogus file that contained malicious code? It&#8217;s happened before and it will happen again. Fortunately there is a way to avoid downloading invalid files &#8211; checking the md5 hash. The only problem is that this method only works if the host and user knows how to use md5 tools. In this tutorial you will learn how to add an md5 checksum to a file and how to run a check on a file you have downloaded.</p><p><span
id="more-18689"></span><strong>What is md5 and checksum?</strong></p><p>Before we continue with the actual steps, you might benefit from knowing exactly how the process of checksumming works. MD5 stands for Message Digest algorithm 5, which is a cryptographic 128 bit hash function and serves as a &#8220;fingerprint&#8221; for a digital file. A checksum is a fixed-size datum that is computed from a block of data. When it is crucial for a piece of data (such as a download) to be valid, the datum is compared to the original block the datum was computed from to check for a match. When an md5 checksum matches, the user/host can be certain the file is valid. When the md5 checksum does not match, a red flag should immediately go up and the original block of data should be discarded. If a file changes by so much as a byte, the checksum will fail.</p><p>For most users these tasks are handled from the command line. There are GUI tools available (such as GtkHASH) that can tackle the same tasks. But for the purposes of this tutorial we will stick with the command line tool.</p><p><strong>Creating an md5 sum</strong></p><p>For those who plan on hosting files for download, you will want to know how to create an md5 sum. This is very simple. Open up a terminal and change to the directory holding the file you want to work with. Say, for example, you want to create an md5 on the file <strong>/var/www/files/download.tgz</strong>. To do this you would change to the <strong>/var/www/files</strong> directory and issue the following command:</p><p><em>md5 download.tgz</em></p><p>The above command will output something like:</p><div><p><em>632668fb5bb3fe578033a42b4ba718f2  download.tgz</em></p><p>Now for those that are wanting to have an md5 checksum file available you can run that command and pipe the output to a file like so:</p><p>md5 download.tgz &gt; download.md5</p><p>Now you can upload the <strong>download.md5 </strong>file alongside the <strong>download.tgz </strong>file so the users can run a checksum.</p><p><strong>Running a checksum</strong></p><p>Now that you have both files, you want to run your checksum to make sure the .tgz file is the legitimate file. To do this you would issue the command:</p><p><em>md5sum  download.md5</em></p><p>The output of the above command should look familiar (if you created the md5sum):</p><p><em> 632668fb5bb3fe578033a42b4ba718f2  download.md5</em></p><p>Now run the md5sum command on the .tgz file like this:</p><p><em>md5sum download.tgz</em></p><p>The output should reveal the exact same string as shown above (the only difference being the file name will be different):</p><p><em>632668fb5bb3fe578033a42b4ba718f2  download.md5</em></p><p>If that string of characters isn&#8217;t the same, the checksum didn&#8217;t pass and you might be dealing with a corrupted file. In case of a corrupted file you will want to contact the host of the file or the developer. But if the strings match you know the checksum passed and the file should be safe to use.</p><p><strong>Final thoughts</strong></p><p>MD5 sums have been in use for quite some time. Whenever given the chance you should always take advantage of that system. Who knows, it might save you from installing a piece of malicious software some day.</p><div></div></div> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/11/20/take-advantage-of-md5-cecksums-for-download-validity/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>How To Download Files From The Internet The Secure Way</title><link>http://www.ghacks.net/2009/07/13/how-to-download-files-from-the-internet-the-secure-way/</link> <comments>http://www.ghacks.net/2009/07/13/how-to-download-files-from-the-internet-the-secure-way/#comments</comments> <pubDate>Mon, 13 Jul 2009 06:46:52 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[file downloads]]></category> <category><![CDATA[files]]></category> <category><![CDATA[internet]]></category> <category><![CDATA[malicious software]]></category> <category><![CDATA[security programs]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=14357</guid> <description><![CDATA[Everyone who uses an Internet connection is downloading files from there. It can be automatic file transfers like downloading new emails or filling the browser cache when opening new websites but also manual downloads of pictures, videos or programs. The most dangerous type of downloads are program executables as they can infect a computer system [...]]]></description> <content:encoded><![CDATA[<p>Everyone who uses an Internet connection is downloading files from there. It can be automatic file transfers like downloading new emails or filling the browser cache when opening new websites but also manual downloads of pictures, videos or programs. The most dangerous type of downloads are program executables as they can infect a computer system easily if the user has no precautions in place. The following article will give users of every experience level some guidelines at hand on how to download and handle files that are downloaded from the Internet.</p><p>It all begins at a website or server. This is the starting point and it might be a good idea to start validating that server before even thinking about downloading files from there. This can be done manually by performing some searches in search engines but also automatically with browser add-ons or plugins like <a
href="http://www.ghacks.net/2008/12/02/web-of-trust-collaborative-online-security/">Web of Trust</a>, <a
href="http://www.siteadvisor.com/">McAfee&#8217;s Site Advisor</a> and a plethora of other respected programs including local security software that can also check websites and servers.</p><p><span
id="more-14357"></span>The second step involves downloading the file to the local computer system. There is not a lot that can be done here in this step. The only defense are security software programs that are installed on the computer system that should scan the file and report back to the user if they believe it to be malicious. Cautious users can also use one of the many online virus scanners to upload the file and scan it online. Services like <a
href="http://www.virustotal.com/">Virus Total</a> scan the files with more than a dozen different up to date antivirus engines resulting in a more precise analysis of the file.</p><p>Another option is to check the hash values of the downloaded files to make sure that they have not been tampered with. This only makes sense if the developer is displaying the values on a trusted website.</p><p>It is pretty safe to assume that the file is safe and can be executed on the computer system if it did pass the tests. There is however a last step that can be done to add the extra mile of security: Virtualization. Programs like <a
href="http://www.ghacks.net/2008/12/06/ghacks-christmas-giveaway-sandboxie/">Sandboxie</a> or <a
href="http://www.vmware.com/products/player/">VMWare Player</a> make it possible to execute programs in a closed environment for testing purposes. The benefit of this approach is that they cannot harm the rest of the computer system if they should be malicious.</p><p>Did we leave something out? Let us know in the comments.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/07/13/how-to-download-files-from-the-internet-the-secure-way/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> </channel> </rss>
