PHP download from remote server via sftp

前端 未结 3 1593
不思量自难忘°
不思量自难忘° 2021-02-04 17:05

This may have been asked before, I\'m new to PHP and I\'m trying to learn as much as I can, but this has really thrown me.

Basically what I want to know is, how would I

3条回答
  •  清歌不尽
    2021-02-04 17:52

    Update: I was kindly corrected that this doesn't use sftp, but instead uses ftps. Here's a Stackoverflow link discussing using PHP to do SFTP.

    The PHP docs already cover most of what you should need for this. Here's an example for fetching a list of the contents in the remote directory:

     
    

提交回复
热议问题