From: soufiane Date: Wed, 3 Apr 2024 10:02:23 +0000 (+0200) Subject: wait #6843 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=3df5ccd33a0fe0efac5af3aef37dc31c078d9496;p=cubist_net.git wait #6843 --- diff --git a/src/Transfer/SFTP.php b/src/Transfer/SFTP.php index 83adc2d..4c33773 100644 --- a/src/Transfer/SFTP.php +++ b/src/Transfer/SFTP.php @@ -62,7 +62,7 @@ class SFTP extends Driver { } try { - $filename = "cubistzsuruz"; //$this->getTestFilename($tmp); + $filename = $this->getTestFilename($tmp); $sftp = ssh2_sftp($connection); $basepath = '/'.trim($this->getServer()->getBasePath(), '/').'/'; $f = @ssh2_sftp_stat($sftp, $basepath.$filename);