yii2mod / yii2-ftp

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

Added $include_hidden parameter to getAll(), dirSize(), count() #11

Closed pozitronik closed 7 years ago

pozitronik commented 7 years ago

Added $include_hidden parameter to getAll(), dirSize(), count() functions.

Not tested really, but it seems to be ok.

ihorchepurnyi commented 7 years ago

@morontt Can you review this changes?

morontt commented 7 years ago

@pozitronik thanks

ezarei commented 6 years ago

hi Im use class problem when invalid ftp username or password php 500 error

**{"name":"PHP Warning","message":"ftp_login(): User cannot log in.","code":2,"type":"yii\\base\\ErrorException","file":"/var/www/html/components/FtpClient/FtpWrapper.php","line":85,"stack-trace":["#0 [internal function]: yii\\base\\ErrorHandler->handleError(2, 'ftp_login(): Us...', '/var/www/html/c...', 85, Array)"**

how check invald user and password return true or false?