<?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>beer planet &#187; clean</title> <atom:link href="http://beerpla.net/tag/clean/feed/" rel="self" type="application/rss+xml" /><link>http://beerpla.net</link> <description>where things have nothing to do with beer - tutorials, tips, how-tos, thoughts, hacks, and other techy nonsense</description> <lastBuildDate>Fri, 06 Jan 2012 08:50:59 +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://beerpla.net/?pushpress=hub'/> <item><title>How To Update Eclipse From Galileo (3.5) To Helios (3.6) In-Place Without Reinstalling</title><link>http://beerpla.net/2010/09/29/how-to-update-eclipse-from-galileo-3-5-to-helios-3-6-in-place-without-reinstalling/</link> <comments>http://beerpla.net/2010/09/29/how-to-update-eclipse-from-galileo-3-5-to-helios-3-6-in-place-without-reinstalling/#comments</comments> <pubDate>Wed, 29 Sep 2010 23:47:21 +0000</pubDate> <dc:creator>Artem Russakovskii</dc:creator> <category><![CDATA[Eclipse]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[clean]]></category> <category><![CDATA[galileo]]></category> <category><![CDATA[helios]]></category> <category><![CDATA[in-place]]></category> <category><![CDATA[inline]]></category> <category><![CDATA[update]]></category> <category><![CDATA[upgrade]]></category> <guid
isPermaLink="false">http://beerpla.net/2010/09/29/how-to-update-eclipse-from-galileo-3-5-to-helios-3-6-in-place-without-reinstalling/</guid> <description><![CDATA[<p><a
href="http://beerpla.net/wp-content/uploads/2011/12/image.png" class="lightview" rel="gallery['1549']" title="image"><img
style="margin: 0px 10px 10px 0px; display: inline; float: left" title="image" alt="image" align="left" src="http://beerpla.net/wp-content/uploads/2011/12/image_thumb.png" width="150" height="139" /></a>As a developer, I both love and hate Eclipse for its chaotic nature, buggy and sometimes unusable interface, but at the same time incredible usefulness and ability to serve as a single tool for all of my development, be it C++, PHP, Java, Android, Perl, etc.</p><p>One of the biggest problems with Eclipse is that there is no clear upgrade path from major versions, for example 3.5-&#62;3.6. What I ended up having to do for years is back up the old release, download and unpack the new release, and then try to migrate all the settings by importing and exporting left and right. Not so pleasant.</p><p>Turns out, as of Eclipse 3.3 (though I&#039;ve only tried it with Eclipse 3.5),...<div
class=clear></div> <a
href="http://beerpla.net/2010/09/29/how-to-update-eclipse-from-galileo-3-5-to-helios-3-6-in-place-without-reinstalling/" class="read_more"><div
class=excerpt-end>Read the rest of this article &#187;</div></a></p>]]></description> <content:encoded><![CDATA[<p><a
href="http://beerpla.net/wp-content/uploads/2011/12/image.png" class="lightview" rel="gallery['1549']" title="image"><img
style="margin: 0px 10px 10px 0px; display: inline; float: left" title="image" alt="image" align="left" src="http://beerpla.net/wp-content/uploads/2011/12/image_thumb.png" width="150" height="139" /></a>As a developer, I both love and hate Eclipse for its chaotic nature, buggy and sometimes unusable interface, but at the same time incredible usefulness and ability to serve as a single tool for all of my development, be it C++, PHP, Java, Android, Perl, etc.</p><p>One of the biggest problems with Eclipse is that there is no clear upgrade path from major versions, for example 3.5-&gt;3.6. What I ended up having to do for years is back up the old release, download and unpack the new release, and then try to migrate all the settings by importing and exporting left and right. Not so pleasant.</p><p>Turns out, as of Eclipse 3.3 (though I&#039;ve only tried it with Eclipse 3.5), it&#039;s possible to successfully complete an in-place upgrade without doing any wiping or voodoo hackery. I&#039;ve successfully completed this on 2 of my machines and now need to share it with the rest of the world.</p><p><a
href="http://beerpla.net/wp-content/uploads/HowToUpdateEclipseFromGa.6InPlaceWithout_E371/image.png" class="lightview" rel="gallery['1549']" title="image"><img
style="margin: 0px auto; display: block; float: none" title="image" alt="image" src="http://beerpla.net/wp-content/uploads/HowToUpdateEclipseFromGa.6InPlaceWithout_E371/image_thumb.png" width="634" height="330" /></a></p><p><strong>Step 1.</strong> Go to Help &gt; Install New Software… &gt; Available Software Sites or Windows &gt; Preferences &gt; Install/Update &gt; Available Software Sites. I personally prefer the former way because it results in fewer clicks but both end up in the same place.</p><p><strong>Step 2.</strong> Everywhere you see 3.5, press Edit and change it to 3.6. Similarly, change &quot;galileo&quot; to &quot;helios&quot;. For example, you should end up with at least these (if you don&#039;t have these, just add them):</p><blockquote><p><a
title="http://download.eclipse.org/eclipse/updates/3.6" href="http://download.eclipse.org/eclipse/updates/3.6">http://download.eclipse.org/eclipse/updates/3.6</a></p><p><a
title="http://download.eclipse.org/releases/helios" href="http://download.eclipse.org/releases/helios">http://download.eclipse.org/releases/helios</a></p></blockquote><p>Note: you may also need to update other repositories (for example, Galileo was compatible with CDT 6, while Helios needed CDT 7).</p><p><a
href="http://beerpla.net/wp-content/uploads/HowToUpdateEclipseFromGa.6InPlaceWithout_E371/image_3.png" class="lightview" rel="gallery['1549']" title="image"><img
style="margin: 0px auto; display: block; float: none" title="image" alt="image" src="http://beerpla.net/wp-content/uploads/HowToUpdateEclipseFromGa.6InPlaceWithout_E371/image_thumb_3.png" width="700" height="399" /></a></p><p><strong>Step 3.</strong> Press OK, then go to Help &gt; Check for Updates. You should see the progress in the Progress tab &#8211; let the magic happen, restart when prompted, and after a few minutes, you should have a working upgraded version of Eclipse.</p><div
class="shr-bookmarks shr-bookmarks-expand"><ul
class="socials"><li
class="shr-twitter"> <a
href="http://www.shareaholic.com/api/share/?title=How+To+Update+Eclipse+From+Galileo+%283.5%29+To+Helios+%283.6%29+In-Place+Without+Reinstalling&amp;link=http://beerpla.net/2010/09/29/how-to-update-eclipse-from-galileo-3-5-to-helios-3-6-in-place-without-reinstalling/&amp;notes=As%20a%20developer%2C%20I%20both%20love%20and%20hate%20Eclipse%20for%20its%20chaotic%20nature%2C%20buggy%20and%20sometimes%20unusable%20interface%2C%20but%20at%20the%20same%20time%20incredible%20usefulness%20and%20ability%20to%20serve%20as%20a%20single%20tool%20for%20all%20of%20my%20development%2C%20be%20it%20C%2B%2B%2C%20PHP%2C%20Java%2C%20Android%2C%20Perl%2C%20etc.%20%20One%20of%20the%20biggest%20problems%20with%20Eclipse&amp;short_link=http://bit.ly/9NFt2t&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li
class="shr-facebook"> <a
href="http://www.shareaholic.com/api/share/?title=How+To+Update+Eclipse+From+Galileo+%283.5%29+To+Helios+%283.6%29+In-Place+Without+Reinstalling&amp;link=http://beerpla.net/2010/09/29/how-to-update-eclipse-from-galileo-3-5-to-helios-3-6-in-place-without-reinstalling/&amp;notes=As%20a%20developer%2C%20I%20both%20love%20and%20hate%20Eclipse%20for%20its%20chaotic%20nature%2C%20buggy%20and%20sometimes%20unusable%20interface%2C%20but%20at%20the%20same%20time%20incredible%20usefulness%20and%20ability%20to%20serve%20as%20a%20single%20tool%20for%20all%20of%20my%20development%2C%20be%20it%20C%2B%2B%2C%20PHP%2C%20Java%2C%20Android%2C%20Perl%2C%20etc.%20%20One%20of%20the%20biggest%20problems%20with%20Eclipse&amp;short_link=http://bit.ly/9NFt2t&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a></li><li
class="shr-googlebuzz"> <a
href="http://www.shareaholic.com/api/share/?title=How+To+Update+Eclipse+From+Galileo+%283.5%29+To+Helios+%283.6%29+In-Place+Without+Reinstalling&amp;link=http://beerpla.net/2010/09/29/how-to-update-eclipse-from-galileo-3-5-to-helios-3-6-in-place-without-reinstalling/&amp;notes=As%20a%20developer%2C%20I%20both%20love%20and%20hate%20Eclipse%20for%20its%20chaotic%20nature%2C%20buggy%20and%20sometimes%20unusable%20interface%2C%20but%20at%20the%20same%20time%20incredible%20usefulness%20and%20ability%20to%20serve%20as%20a%20single%20tool%20for%20all%20of%20my%20development%2C%20be%20it%20C%2B%2B%2C%20PHP%2C%20Java%2C%20Android%2C%20Perl%2C%20etc.%20%20One%20of%20the%20biggest%20problems%20with%20Eclipse&amp;short_link=http://bit.ly/9NFt2t&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a></li><li
class="shr-reddit"> <a
href="http://www.shareaholic.com/api/share/?title=How+To+Update+Eclipse+From+Galileo+%283.5%29+To+Helios+%283.6%29+In-Place+Without+Reinstalling&amp;link=http://beerpla.net/2010/09/29/how-to-update-eclipse-from-galileo-3-5-to-helios-3-6-in-place-without-reinstalling/&amp;notes=As%20a%20developer%2C%20I%20both%20love%20and%20hate%20Eclipse%20for%20its%20chaotic%20nature%2C%20buggy%20and%20sometimes%20unusable%20interface%2C%20but%20at%20the%20same%20time%20incredible%20usefulness%20and%20ability%20to%20serve%20as%20a%20single%20tool%20for%20all%20of%20my%20development%2C%20be%20it%20C%2B%2B%2C%20PHP%2C%20Java%2C%20Android%2C%20Perl%2C%20etc.%20%20One%20of%20the%20biggest%20problems%20with%20Eclipse&amp;short_link=http://bit.ly/9NFt2t&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li
class="shr-hackernews"> <a
href="http://www.shareaholic.com/api/share/?title=How+To+Update+Eclipse+From+Galileo+%283.5%29+To+Helios+%283.6%29+In-Place+Without+Reinstalling&amp;link=http://beerpla.net/2010/09/29/how-to-update-eclipse-from-galileo-3-5-to-helios-3-6-in-place-without-reinstalling/&amp;notes=As%20a%20developer%2C%20I%20both%20love%20and%20hate%20Eclipse%20for%20its%20chaotic%20nature%2C%20buggy%20and%20sometimes%20unusable%20interface%2C%20but%20at%20the%20same%20time%20incredible%20usefulness%20and%20ability%20to%20serve%20as%20a%20single%20tool%20for%20all%20of%20my%20development%2C%20be%20it%20C%2B%2B%2C%20PHP%2C%20Java%2C%20Android%2C%20Perl%2C%20etc.%20%20One%20of%20the%20biggest%20problems%20with%20Eclipse&amp;short_link=http://bit.ly/9NFt2t&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=202&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a></li><li
class="shr-delicious"> <a
href="http://www.shareaholic.com/api/share/?title=How+To+Update+Eclipse+From+Galileo+%283.5%29+To+Helios+%283.6%29+In-Place+Without+Reinstalling&amp;link=http://beerpla.net/2010/09/29/how-to-update-eclipse-from-galileo-3-5-to-helios-3-6-in-place-without-reinstalling/&amp;notes=As%20a%20developer%2C%20I%20both%20love%20and%20hate%20Eclipse%20for%20its%20chaotic%20nature%2C%20buggy%20and%20sometimes%20unusable%20interface%2C%20but%20at%20the%20same%20time%20incredible%20usefulness%20and%20ability%20to%20serve%20as%20a%20single%20tool%20for%20all%20of%20my%20development%2C%20be%20it%20C%2B%2B%2C%20PHP%2C%20Java%2C%20Android%2C%20Perl%2C%20etc.%20%20One%20of%20the%20biggest%20problems%20with%20Eclipse&amp;short_link=http://bit.ly/9NFt2t&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li
class="shr-stumbleupon"> <a
href="http://www.shareaholic.com/api/share/?title=How+To+Update+Eclipse+From+Galileo+%283.5%29+To+Helios+%283.6%29+In-Place+Without+Reinstalling&amp;link=http://beerpla.net/2010/09/29/how-to-update-eclipse-from-galileo-3-5-to-helios-3-6-in-place-without-reinstalling/&amp;notes=As%20a%20developer%2C%20I%20both%20love%20and%20hate%20Eclipse%20for%20its%20chaotic%20nature%2C%20buggy%20and%20sometimes%20unusable%20interface%2C%20but%20at%20the%20same%20time%20incredible%20usefulness%20and%20ability%20to%20serve%20as%20a%20single%20tool%20for%20all%20of%20my%20development%2C%20be%20it%20C%2B%2B%2C%20PHP%2C%20Java%2C%20Android%2C%20Perl%2C%20etc.%20%20One%20of%20the%20biggest%20problems%20with%20Eclipse&amp;short_link=http://bit.ly/9NFt2t&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li
class="shr-mail"> <a
href="http://www.shareaholic.com/api/share/?title=How%20To%20Update%20Eclipse%20From%20Galileo%20%283.5%29%20To%20Helios%20%283.6%29%20In-Place%20Without%20Reinstalling&amp;link=http://beerpla.net/2010/09/29/how-to-update-eclipse-from-galileo-3-5-to-helios-3-6-in-place-without-reinstalling/&amp;notes=As%20a%20developer%2C%20I%20both%20love%20and%20hate%20Eclipse%20for%20its%20chaotic%20nature%2C%20buggy%20and%20sometimes%20unusable%20interface%2C%20but%20at%20the%20same%20time%20incredible%20usefulness%20and%20ability%20to%20serve%20as%20a%20single%20tool%20for%20all%20of%20my%20development%2C%20be%20it%20C%2B%2B%2C%20PHP%2C%20Java%2C%20Android%2C%20Perl%2C%20etc.%20%20One%20of%20the%20biggest%20problems%20with%20Eclipse&amp;short_link=http://bit.ly/9NFt2t&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a></li></ul><div
style="clear: both;"></div></div> Similar Posts:<ul><li><a
href="http://beerpla.net/2009/11/04/android-auto-formatting-android-xml-files-with-eclipse/" rel="bookmark" title="November 4, 2009">[Android] Auto Formatting Android XML Files With Eclipse</a></li><li><a
href="http://beerpla.net/2007/07/09/how-to-download-and-install-windows-media-player-11-bypassing-wga/" rel="bookmark" title="July 9, 2007">How To Download And Install Windows Media Player 11 Bypassing WGA</a></li><li><a
href="http://beerpla.net/2009/10/06/supercharge-your-gnu-screen-with-a-power-taskbar-and-never-feel-lost-again/" rel="bookmark" title="October 6, 2009">Supercharge Your GNU Screen With A Power &quot;Taskbar&quot; And Never Feel Lost Again</a></li><li><a
href="http://beerpla.net/2011/05/06/how-to-fix-error_not_found-0x80070490-during-windows-7-sp1-installation/" rel="bookmark" title="May 6, 2011">How To Fix ERROR_NOT_FOUND 0&#215;80070490 During Windows 7 SP1 Installation</a></li><li><a
href="http://beerpla.net/2010/01/31/heres-an-exclusive-10-off-nuspheres-phped-coupon-also-includes-nucoder-and-phpdoc-discount-code/" rel="bookmark" title="January 31, 2010">[Updated for 2012] Here&#039;s An Exclusive 10% Off NuSphere PHPEd Discount Coupon Code (Also Includes NuCoder And PHPDoc)</a></li></ul><p><a
class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbeerpla.net%2F2010%2F09%2F29%2Fhow-to-update-eclipse-from-galileo-3-5-to-helios-3-6-in-place-without-reinstalling%2F&amp;title=How%20To%20Update%20Eclipse%20From%20Galileo%20%283.5%29%20To%20Helios%20%283.6%29%20In-Place%20Without%20Reinstalling" id="wpa2a_2"><img
src="http://beerpla.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded> <wfw:commentRss>http://beerpla.net/2010/09/29/how-to-update-eclipse-from-galileo-3-5-to-helios-3-6-in-place-without-reinstalling/feed/</wfw:commentRss> <slash:comments>15</slash:comments> </item> <item><title>FTPRush Cleanup Script</title><link>http://beerpla.net/2007/10/28/ftprush-cleanup-script/</link> <comments>http://beerpla.net/2007/10/28/ftprush-cleanup-script/#comments</comments> <pubDate>Mon, 29 Oct 2007 00:39:28 +0000</pubDate> <dc:creator>Artem Russakovskii</dc:creator> <category><![CDATA[Programming]]></category> <category><![CDATA[clean]]></category> <category><![CDATA[ftprush]]></category> <category><![CDATA[fxp]]></category> <category><![CDATA[local]]></category> <category><![CDATA[script]]></category> <guid
isPermaLink="false">http://beerpla.net/2007/10/28/ftprush-cleanup-script/</guid> <description><![CDATA[<p>Removes all ftprush queue items that don&#039;t download to localhost. It is useful to run if you FXP a lot of files back and forth and want to clean up the queues from time to time, but don&#039;t want to delete anything that is downloading. Feel free to make a shortcut to this script and run it any time you want.</p><p>Note that this script is only compatible with the ANSI FTPRush version. The Unicode version is not supported.</p><p>You need to have Activestate Perl installed in order to run this script. <a
href="http://www.google.com/search?q=activestate+perl+download">http://www.google.com/search?q=activestate+perl+download</a></p><p>Script source is available from SVN <a
href="http://beerpla.net/svn/public/Perl/FTPRush.Cleanup/clean_ftprush.pl" target="_blank">here</a>.</p><div
class="wp_syntax"><table><tr><td
class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16</pre></td></tr></table></div><p>...<div
class=clear></div> <a
href="http://beerpla.net/2007/10/28/ftprush-cleanup-script/" class="read_more"><div
class=excerpt-end>Read the rest of this article &#187;</div></a></p>]]></description> <content:encoded><![CDATA[<p>Removes all ftprush queue items that don&#039;t download to localhost. It is useful to run if you FXP a lot of files back and forth and want to clean up the queues from time to time, but don&#039;t want to delete anything that is downloading. Feel free to make a shortcut to this script and run it any time you want.</p><p>Note that this script is only compatible with the ANSI FTPRush version. The Unicode version is not supported.</p><p>You need to have Activestate Perl installed in order to run this script. <a
href="http://www.google.com/search?q=activestate+perl+download">http://www.google.com/search?q=activestate+perl+download</a></p><p>Script source is available from SVN <a
href="http://beerpla.net/svn/public/Perl/FTPRush.Cleanup/clean_ftprush.pl" target="_blank">here</a>.</p><div
class="wp_syntax"><table><tr><td
class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
</pre></td><td
class="code"><pre>#!/usr/bin/perl
#
# AUTHOR:   Artem Russakovskii
#
# URL:      http://beerpla.net
#
# DATE:     02/21/07
#
# ABSTRACT: Removes all ftprush queue items that don't download to localhost.
#           It is useful to run if you FXP a lot of files back and forth and want
#           to clean up the queues from time to time, but don't want to delete
#           anything that is downloading.
#           Feel free to make a shortcut to this script and run it any time you want.
#
#           Note that this script is only compatible with the ANSI FTPRush version.
#           The Unicode version is not supported.
#
#           You need to have Activestate Perl installed in order to run this script.
#           http://www.google.com/search?q=activestate+perl+download
&nbsp;
use strict;
use Data::Dumper;
use File::Path;
use File::Find;
use Cwd;
&nbsp;
my $ftprush_location = &quot;C:\\Program Files\\FTPRush\\Queue&quot;; # FTPRush queue location
&nbsp;
sub return_file_list
{
  my @filelist;
  find(
    sub {
      if ( $File::Find::name =~ /rfq$/i )
      {
        push @filelist, $File::Find::name;
      }
    },
    $ftprush_location
  );
&nbsp;
  return @filelist;
}
&nbsp;
foreach(return_file_list()){
  open(FILE, $_) or die &quot;Couldn't open $_&quot;;
  my $file = ;
  close FILE;
&nbsp;
  if($file =~ /\bLocal\b/){
    print &quot;File $_ contains localhost downloads\n&quot;;
  }
  else{
    print &quot;Deleting $_\n&quot;;
    unlink or print &quot;$!\n&quot;;
  }
}</pre></td></tr></table></div><div
class="shr-bookmarks shr-bookmarks-expand"><ul
class="socials"><li
class="shr-twitter"> <a
href="http://www.shareaholic.com/api/share/?title=FTPRush+Cleanup+Script&amp;link=http://beerpla.net/2007/10/28/ftprush-cleanup-script/&amp;notes=Removes%20all%20ftprush%20queue%20items%20that%20don%27t%20download%20to%20localhost.%20It%20is%20useful%20to%20run%20if%20you%20FXP%20a%20lot%20of%20files%20back%20and%20forth%20and%20want%20to%20clean%20up%20the%20queues%20from%20time%20to%20time%2C%20but%20don%27t%20want%20to%20delete%20anything%20that%20is%20downloading.%20Feel%20free%20to%20make%20a%20shortcut%20to%20this%20script%20and%20run%20it%20any%20time%20you&amp;short_link=http://bit.ly/bK9bSq&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li
class="shr-facebook"> <a
href="http://www.shareaholic.com/api/share/?title=FTPRush+Cleanup+Script&amp;link=http://beerpla.net/2007/10/28/ftprush-cleanup-script/&amp;notes=Removes%20all%20ftprush%20queue%20items%20that%20don%27t%20download%20to%20localhost.%20It%20is%20useful%20to%20run%20if%20you%20FXP%20a%20lot%20of%20files%20back%20and%20forth%20and%20want%20to%20clean%20up%20the%20queues%20from%20time%20to%20time%2C%20but%20don%27t%20want%20to%20delete%20anything%20that%20is%20downloading.%20Feel%20free%20to%20make%20a%20shortcut%20to%20this%20script%20and%20run%20it%20any%20time%20you&amp;short_link=http://bit.ly/bK9bSq&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a></li><li
class="shr-googlebuzz"> <a
href="http://www.shareaholic.com/api/share/?title=FTPRush+Cleanup+Script&amp;link=http://beerpla.net/2007/10/28/ftprush-cleanup-script/&amp;notes=Removes%20all%20ftprush%20queue%20items%20that%20don%27t%20download%20to%20localhost.%20It%20is%20useful%20to%20run%20if%20you%20FXP%20a%20lot%20of%20files%20back%20and%20forth%20and%20want%20to%20clean%20up%20the%20queues%20from%20time%20to%20time%2C%20but%20don%27t%20want%20to%20delete%20anything%20that%20is%20downloading.%20Feel%20free%20to%20make%20a%20shortcut%20to%20this%20script%20and%20run%20it%20any%20time%20you&amp;short_link=http://bit.ly/bK9bSq&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a></li><li
class="shr-reddit"> <a
href="http://www.shareaholic.com/api/share/?title=FTPRush+Cleanup+Script&amp;link=http://beerpla.net/2007/10/28/ftprush-cleanup-script/&amp;notes=Removes%20all%20ftprush%20queue%20items%20that%20don%27t%20download%20to%20localhost.%20It%20is%20useful%20to%20run%20if%20you%20FXP%20a%20lot%20of%20files%20back%20and%20forth%20and%20want%20to%20clean%20up%20the%20queues%20from%20time%20to%20time%2C%20but%20don%27t%20want%20to%20delete%20anything%20that%20is%20downloading.%20Feel%20free%20to%20make%20a%20shortcut%20to%20this%20script%20and%20run%20it%20any%20time%20you&amp;short_link=http://bit.ly/bK9bSq&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li
class="shr-hackernews"> <a
href="http://www.shareaholic.com/api/share/?title=FTPRush+Cleanup+Script&amp;link=http://beerpla.net/2007/10/28/ftprush-cleanup-script/&amp;notes=Removes%20all%20ftprush%20queue%20items%20that%20don%27t%20download%20to%20localhost.%20It%20is%20useful%20to%20run%20if%20you%20FXP%20a%20lot%20of%20files%20back%20and%20forth%20and%20want%20to%20clean%20up%20the%20queues%20from%20time%20to%20time%2C%20but%20don%27t%20want%20to%20delete%20anything%20that%20is%20downloading.%20Feel%20free%20to%20make%20a%20shortcut%20to%20this%20script%20and%20run%20it%20any%20time%20you&amp;short_link=http://bit.ly/bK9bSq&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=202&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a></li><li
class="shr-delicious"> <a
href="http://www.shareaholic.com/api/share/?title=FTPRush+Cleanup+Script&amp;link=http://beerpla.net/2007/10/28/ftprush-cleanup-script/&amp;notes=Removes%20all%20ftprush%20queue%20items%20that%20don%27t%20download%20to%20localhost.%20It%20is%20useful%20to%20run%20if%20you%20FXP%20a%20lot%20of%20files%20back%20and%20forth%20and%20want%20to%20clean%20up%20the%20queues%20from%20time%20to%20time%2C%20but%20don%27t%20want%20to%20delete%20anything%20that%20is%20downloading.%20Feel%20free%20to%20make%20a%20shortcut%20to%20this%20script%20and%20run%20it%20any%20time%20you&amp;short_link=http://bit.ly/bK9bSq&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li
class="shr-stumbleupon"> <a
href="http://www.shareaholic.com/api/share/?title=FTPRush+Cleanup+Script&amp;link=http://beerpla.net/2007/10/28/ftprush-cleanup-script/&amp;notes=Removes%20all%20ftprush%20queue%20items%20that%20don%27t%20download%20to%20localhost.%20It%20is%20useful%20to%20run%20if%20you%20FXP%20a%20lot%20of%20files%20back%20and%20forth%20and%20want%20to%20clean%20up%20the%20queues%20from%20time%20to%20time%2C%20but%20don%27t%20want%20to%20delete%20anything%20that%20is%20downloading.%20Feel%20free%20to%20make%20a%20shortcut%20to%20this%20script%20and%20run%20it%20any%20time%20you&amp;short_link=http://bit.ly/bK9bSq&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li
class="shr-mail"> <a
href="http://www.shareaholic.com/api/share/?title=FTPRush%20Cleanup%20Script&amp;link=http://beerpla.net/2007/10/28/ftprush-cleanup-script/&amp;notes=Removes%20all%20ftprush%20queue%20items%20that%20don%27t%20download%20to%20localhost.%20It%20is%20useful%20to%20run%20if%20you%20FXP%20a%20lot%20of%20files%20back%20and%20forth%20and%20want%20to%20clean%20up%20the%20queues%20from%20time%20to%20time%2C%20but%20don%27t%20want%20to%20delete%20anything%20that%20is%20downloading.%20Feel%20free%20to%20make%20a%20shortcut%20to%20this%20script%20and%20run%20it%20any%20time%20you&amp;short_link=http://bit.ly/bK9bSq&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a></li></ul><div
style="clear: both;"></div></div> Similar Posts:<ul><li><a
href="http://beerpla.net/2009/04/08/perl-finding-files-the-fun-and-elegant-way/" rel="bookmark" title="April 8, 2009">[Perl] Finding Files, The Fun And Elegant Way</a></li><li><a
href="http://beerpla.net/2009/03/05/perl-how-to-get-the-path-of-an-included-library-pm-regardless-of-current-directory/" rel="bookmark" title="March 5, 2009">[Perl] How To Get The Path Of An Included Library (.pm), Regardless Of Current Directory</a></li><li><a
href="http://beerpla.net/2008/03/21/quick-snippet-finding-if-a-file-has-a-media-extension-using-regex/" rel="bookmark" title="March 21, 2008">Quick Perl Snippet: Finding If A File Has A Media Extension Using Regex</a></li><li><a
href="http://beerpla.net/2009/12/20/enable-a-twitter-retweet-rt-button-that-lets-you-add-comments-before-retweeting/" rel="bookmark" title="December 20, 2009">Enable A Twitter Retweet (RT) Button That Lets You Add Comments Before Retweeting</a></li><li><a
href="http://beerpla.net/2007/07/09/the-repositories-for-apt-get-in-suse-102/" rel="bookmark" title="July 9, 2007">The Repositories For apt-get In SUSE 10.2</a></li></ul><p><a
class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbeerpla.net%2F2007%2F10%2F28%2Fftprush-cleanup-script%2F&amp;title=FTPRush%20Cleanup%20Script" id="wpa2a_4"><img
src="http://beerpla.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded> <wfw:commentRss>http://beerpla.net/2007/10/28/ftprush-cleanup-script/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
