From: soufiane Date: Thu, 30 Nov 2023 14:23:56 +0000 (+0100) Subject: wait #6527 Modification commande sftp X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=1bccbc47b6151172ef7234bf5cccc9c07671b05f;p=cubist_util.git wait #6527 Modification commande sftp --- 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; }