SFTP from within PHP

前端 未结 5 1406
别那么骄傲
别那么骄傲 2020-11-27 07:17

I\'m in the process of building an web app that will, besides other things, need to connect to a FTP server to download or upload files. The application is written in PHP an

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-27 07:33

    if you don't have cURL installed (my host doesn't), you can use phpseclib:

    http://phpseclib.sourceforge.net/documentation/net.html#net_sftp

提交回复
热议问题