简单的问题。我有:
我在SERVER 1(vps)上有文件:sitemap.xml
我希望使用函数ex在SERVER 2中下载sitemap.xml
。 file_get_contents(ip_vps/sitemap.xml)
。
但是我无法下载文件或下载很长时间。怎么用GOOD配置VPS?
PS:对不起我的英语。我试着学习。
答案 0 :(得分:0)
尝试这样做
file_put_contents( 'server1.xml',的file_get_contents( 'http://othersiteURL.com/sitemap.xml'));
使用simplexml_load_file( 'server1.xml');