From 77273c344c11840431406b12aa56be368419699e Mon Sep 17 00:00:00 2001
From: Tim Steiner <tsteiner2@unl.edu>
Date: Fri, 5 Nov 2010 22:44:18 +0000
Subject: [PATCH] Have the migration tool use passive ftp mode when connecting
 to frontier.

git-svn-id: file:///tmp/wdn_thm_drupal/trunk@298 20a16fea-79d4-4915-8869-1ea9d5ebf173
---
 sites/all/modules/unl/unl_migration.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sites/all/modules/unl/unl_migration.php b/sites/all/modules/unl/unl_migration.php
index 6506762e..bd3a41c4 100644
--- a/sites/all/modules/unl/unl_migration.php
+++ b/sites/all/modules/unl/unl_migration.php
@@ -778,6 +778,7 @@ class Unl_Migration_Tool
                 $this->_frontier = NULL;
                 $this->_log('Error: could not connect to frontier with user ' . $this->_frontierUser . '.');
             }
+            ftp_pasv($this->_frontier, TRUE);
         }
         return $this->_frontier;
     }
-- 
GitLab