From 1bccbc47b6151172ef7234bf5cccc9c07671b05f Mon Sep 17 00:00:00 2001 From: soufiane Date: Thu, 30 Nov 2023 15:23:56 +0100 Subject: [PATCH] wait #6527 Modification commande sftp --- src/CommandLine/LFTP.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/CommandLine/LFTP.php b/src/CommandLine/LFTP.php index 7a103e8..9fbdca2 100644 --- a/src/CommandLine/LFTP.php +++ b/src/CommandLine/LFTP.php @@ -38,18 +38,6 @@ class LFTP extends CloneUserpassProgram case 'FTP': $commands = array_merge($commands, [ 'set ftp:ssl-allow false', - //'connect ftp://' . $this->getHost() - ]); - break; - case 'FTPS': - $commands = array_merge($commands, [ - 'connect ftps://' . $this->getHost() - ]); - break; - case 'FTPES': - $commands = array_merge($commands, [ - 'set ftp:ssl-force true', - 'connect ftp://' . $this->getHost() ]); break; } -- 2.39.5