projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5eaa218
)
EDI fetcher always uses passive FTP
author
Bill Erickson
<berickxx@gmail.com>
Mon, 11 Jun 2018 19:32:53 +0000
(15:32 -0400)
committer
Bill Erickson
<berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000
(15:46 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/support-scripts/edi_fetcher.pl
patch
|
blob
|
history
diff --git
a/Open-ILS/src/support-scripts/edi_fetcher.pl
b/Open-ILS/src/support-scripts/edi_fetcher.pl
index
e4feb0f
..
373e92f
100755
(executable)
--- 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,