move_uploaded_file和amp;之间的区别ftp_put

时间:2015-12-10 11:48:33

标签: php ftp public-html

如果我想通过php脚本从客户端上传图像。最好用作方法move_uploaded_file或ftp_put&为什么? 另一个问题;如果我想在服务器上的so_called public_html或www创建一个文件夹但是要被用户看到或者至少其内容不被看见,我该怎么办? 在此先感谢您的帮助

1 个答案:

答案 0 :(得分:0)

move_uploaded_file - 仅适用于通过HTTP POST上传的文件。 ftp_put - 将文件上传到FTP服务器。