How To Copy Files Around FTP Using PHP

后端 未结 5 1174
感情败类
感情败类 2021-01-06 04:25

I am tring to copy a file from one folder to another using the php ftp functions.

e.g

Copy This File: httpdocs/user_images/Services/File 1.

5条回答
  •  时光说笑
    2021-01-06 04:48

    the Copy Function will not work. You need to use ftp_get () and ftp_put() functions in order to achieve this task

提交回复
热议问题