Index: /branches/amp_3_7_2/src/webui/webui/htdocs/new/src/cm/lib/init_ftp_server.py
===================================================================
--- /branches/amp_3_7_2/src/webui/webui/htdocs/new/src/cm/lib/init_ftp_server.py	(revision 3012)
+++ /branches/amp_3_7_2/src/webui/webui/htdocs/new/src/cm/lib/init_ftp_server.py	(working copy)
@@ -13,6 +13,7 @@
         authorizer.add_user("array", "admin", CM_UpdateBuilds_PATH, perm="elr")
         handler = FTPHandler
         handler.authorizer = authorizer
+        handler.passive_ports = range(40000, 40101)
         try:
             server = MultiprocessFTPServer(("0.0.0.0", 9993), handler)
         except Exception, e:
