我正在尝试用PHP FTP做事。我创建了主域的子域,主域和子域的位置是
/home/xxx/public_html/.... //primary domain
/home/xxx/sub-domain/... //sub domain
现在,我已成功连接到FTP。但是当试图获取根目录位置时,它提供:
/
为什么不提供
/home/xxx
现在,当我尝试将目录位置更改为
时/home/xxx/sub-domain
它显示错误:
ftp_chdir() [function.ftp-chdir]: Can't change directory to
/home/xxx/sub-domain: No such file or directory
每个系统都作为自己的目录,有时候位置会更改为其他位置,因为我已经看过一些目录根位置为:
/var/xxx/www
如何确保正确访问域/子域根目录