From: Bill Erickson Date: Thu, 15 Jun 2017 19:08:30 +0000 (-0400) Subject: EDI pusher always uses passive FTP X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0237934b4774969c08ea2fff3f14a0931cffe557;p=working%2FEvergreen.git EDI pusher always uses passive FTP Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/support-scripts/edi_pusher.pl b/Open-ILS/src/support-scripts/edi_pusher.pl index e94abb85a1..325f32cbc7 100755 --- a/Open-ILS/src/support-scripts/edi_pusher.pl +++ b/Open-ILS/src/support-scripts/edi_pusher.pl @@ -26,6 +26,9 @@ use OpenILS::Application::AppUtils; use OpenILS::Application::Acq::EDI; use OpenSRF::Utils::Logger q/$logger/; +# Force passive FTP so we don't have to keep setting it manually. +$ENV{FTP_PASSIVE} = 1; + INIT { $debug = 1; }