How to use SFTP in Yii 2.0

Hi!

Im new to Yii2.0, can i know how do i download file from SFTP? is there any built in class in Yii for SFTP?

thanks.

No, there’s no built-in class for it. It should be the same as in case of plain PHP.

Hi! OK. thanks!