Closed nagbhushan closed 7 years ago
I tried using below.....but no luck
$ftp = new \yii2mod\ftp\FtpClient(); $host = 'xxx.xxx.xx.xx'; $ftp->connect($host, true, 22222, 120); $ftp->login("xyz", "abcdef");
but was unable to connect...!!!!
Any help would be much appreciated.
Hi, now I don't have an ability to check it, but in my projects it works fine. Also, via this extension you can't connect via ssh to the server. Only via ftp protocol.
I tried using below.....but no luck
but was unable to connect...!!!!
Any help would be much appreciated.