yii2mod / yii2-ftp

FTP Client for Yii2
MIT License
33 stars 8 forks source link

Does not work when i ssh #7

Closed nagbhushan closed 7 years ago

nagbhushan commented 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.

ihorchepurnyi commented 7 years ago

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.