PHP - ftp_put failed to open stream?

前端 未结 1 1618
不思量自难忘°
不思量自难忘° 2021-01-23 13:07

I have a website on a remote host. I am trying to get the php page to upload a file to another remote server through ftp.

The server I am trying to upload to has these d

相关标签:
1条回答
  • 2021-01-23 13:37

    $remote_file = 'files/file.txt'; You should try this

    0 讨论(0)
提交回复
热议问题