From: Bill Erickson Date: Mon, 11 Jun 2018 19:32:53 +0000 (-0400) Subject: EDI fetcher always uses passive FTP X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5afd37b0a9378c93d9ebf0b5b35e611bea13ea0b;p=working%2FEvergreen.git EDI fetcher always uses passive FTP Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/support-scripts/edi_fetcher.pl b/Open-ILS/src/support-scripts/edi_fetcher.pl index e4feb0f903..373e92ffbe 100755 --- a/Open-ILS/src/support-scripts/edi_fetcher.pl +++ b/Open-ILS/src/support-scripts/edi_fetcher.pl @@ -24,6 +24,9 @@ use OpenILS::Application::Acq::EDI; use OpenILS::Utils::Cronscript; use File::Spec; +# Force passive FTP so we don't have to keep setting it manually. +$ENV{FTP_PASSIVE} = 1; + my $defaults = { "account=i" => 0, "provider=i" => 0,