X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fget%2Fkeps.pl;h=a95cb6708154c00c236862cdf81df15ebde72923;hb=363c72fbfe51f211df84899519cf0baf74a64fd6;hp=36e075685af70dd06334317c18f324decd703a4d;hpb=12041dbf48c9a02a60c44b665227e185bc5590a4;p=spider.git diff --git a/cmd/get/keps.pl b/cmd/get/keps.pl index 36e07568..a95cb670 100644 --- a/cmd/get/keps.pl +++ b/cmd/get/keps.pl @@ -151,13 +151,13 @@ sub handle return (1, $self->msg('e24')) unless $Internet::allow; return (1, $self->msg('e5')) if $self->priv < 8; my $target = $Internet::keps_url || 'www.amsat.org'; - my $path = $Internet::keps_path || '/amsat/ftp/keps/current/nasa.all'; + my $path = $Internet::keps_path || '/amsat/ftp/keps/current/nasabare.txt'; my $port = 80; dbg("keps: contacting $target:$port") if isdbg('keps'); Log('call', "$call: show/keps $line"); - my $conn = AsyncMsg->post($self, $target, $port, $path, + my $conn = AsyncMsg->get($self, $target, $path, filter => \&process, on_disc => \&on_disc);