Index: ATR_analysis.in
--- ATR_analysis.in.orig
+++ ATR_analysis.in
@@ -247,14 +247,7 @@ sub update_smartcard_list($$)
 			system("mkdir -p $Cache");
 		}
 
-		if ($^O =~ "darwin")
-		{
-			system("curl --silent --show-error --user-agent 'ATR_analysis curl' $url --output $file");
-		}
-		else
-		{
-			system("wget --quiet $url --user-agent='ATR_analysis wget' --output-document=$file ; touch $file");
-		}
+		system("ftp -o $file $url");
 
 		# did an update
 		return 1;
