Home >Backend Development >PHP Tutorial >如何确定远程服务器的路径

如何确定远程服务器的路径

WBOY
WBOYOriginal
2016-06-23 14:22:291572browse

php 服务器 file scandir

用PHP写个小程序,从远程服务器查看文件,复制所以需要的文件。
但是最开始的文件路径如何确定,若是本地明确的路径,则程序可运行。
$origin = "Network\\Project\\Images"; //若路径为本地,如:“C:\\...”则正确


提示错误:


如何写该路径呢?

谢谢!

回复讨论(解决方案)

如果用http协议的话,可以http://58.22.6.22/topics/390595943

最好贴出你的目录结构
用相对路径和绝对路径都可以

相对路径即为:\\Project\Image\..
在电脑的文件夹窗口输入:\\Project\Image\..即可访问虚拟主机的该文件夹。但这个路径scandir()无法识别,请问该怎么办?

谢谢!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn