1999-04-25 03:23:53 +00:00
|
|
|
--- GrabWeather.orig Wed Apr 14 22:58:15 1999
|
|
|
|
+++ GrabWeather Sun Apr 25 12:48:20 1999
|
1999-03-12 11:04:16 +00:00
|
|
|
@@ -49,7 +49,7 @@
|
|
|
|
# for some people? Dont know why... (Perhaps they have a ~/.wgetrc file
|
|
|
|
# that overrides command line options?).
|
|
|
|
#
|
1999-04-19 13:25:14 +00:00
|
|
|
- $GrabCmd = "wget --proxy=off --passive-ftp --tries 0 -q -O $home/.wmWeatherReports/$StationID.TXT $URL";
|
1999-04-25 03:23:53 +00:00
|
|
|
+ $GrabCmd = "fetch -p -q -o $home/.wmWeatherReports/$StationID.TXT $URL";
|
1999-03-12 11:04:16 +00:00
|
|
|
system "$GrabCmd";
|
1999-04-25 03:23:53 +00:00
|
|
|
|
|
|
|
|