【发布时间】:2012-04-19 11:51:22
【问题描述】:
我正在尝试从远程服务器打开一个文件夹。我写道:
if ($folderHandle = opendir($folder))
在哪里$folder = "ftp://xxx:xxx@xxx.net:21"
我收到奇怪的错误Warning: opendir(ftp://...:21): failed to open dir: operation failed in ... on line 38
关于我应该从这里去哪里的任何想法?是 FTP 凭据有问题吗?
【问题讨论】: