]> _ Git - fluidbook-toolbox.git/commitdiff
#7328
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 13 Feb 2025 18:26:46 +0000 (19:26 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 13 Feb 2025 18:26:46 +0000 (19:26 +0100)
app/Models/FluidbookExternalInstallServer.php

index d69d9609a70868186813b08ce9212ad6a2b1d4f5..d04a3c96391698414bac21ef1bd53d45c2843e87 100644 (file)
@@ -276,6 +276,13 @@ class FluidbookExternalInstallServer extends ExternalServer
         ];
     }
 
+    public function getSettings()
+    {
+        $res = parent::getSettings();
+        // Force passive mode
+        $res['ftp_mode'] = '1';
+        return $res;
+    }
 
     /**
      * @param $protocol