Only in htget-0.94a: htget
diff --unified htget-0.94/htget.c htget-0.94a/htget.c
--- htget-0.94/htget.c	Wed Aug 18 02:41:52 1999
+++ htget-0.94a/htget.c	Thu Mar 22 21:23:27 2001
@@ -20,7 +20,7 @@
 ** jwhitham@bigfoot.com
 */
 
-/* htget version 0.94 */
+/* htget version 0.94a */
 
 #include <ctype.h>
 #include <errno.h>
@@ -106,6 +106,7 @@
 	FILE		* ResourceFile ;
 	char		* Home ;
 	char		RetrieveURL [ MAX_URLS ][ 128 ] ;
+	char		* filename ;
 
 	/* open the resource file. */
 	/* first search cmd line params to see if one has been specified. */
@@ -162,7 +163,7 @@
 	ShowPercentage = 1 ;
 	ShowBytesPerSecond = 1 ;
 	strcpy ( DownloadsDir , "./" ) ;
-	strcpy ( UserAgent , "linux htget 0.94" ) ;
+	strcpy ( UserAgent , "linux htget 0.94a" ) ;
 	ShowBanner = 1 ;
 	Proxyport=8080;
 	strcpy(Proxy,"");
@@ -262,7 +263,7 @@
 
 	if ( ShowBanner )
 	{
-		fprintf ( stderr , "HTGET (c) J Whitham 1998-99  <jwhitham@bigfoot.com> version 0.94\n" 
+		fprintf ( stderr , "HTGET (c) J Whitham 1998-99  <jwhitham@bigfoot.com> version 0.94a\n" 
 			"See README. This program comes with NO WARRANTY of any kind.\n\n" ) ;
 	}
 
@@ -402,6 +403,9 @@
 						CurrentURL ++ ;	
 						break ;
 			case ERROR_RESUME_IMPOSSIBLE :	/* I hate this! */
+						filename = strrchr( RetrieveURL[ CurrentURL ], '/' );
+						if ( filename )
+							remove( filename + 1 );
 						break ;
 			case ERROR_TCP :
 			case ERROR_HTTP :
