When I automatically update WordPress, how does it grab files from another server and store them on my server? It doesn't have ftp access rights. Does anyone know?
|
|
It can use PHP's fopen function, if Wordpress's directory is writable. Otherwise it will ask for the FTP username and password. As for actually fetching the file from a remote server I believe it uses curl |
||
|
|
|
|
According to this thread on the Wordpress forums auto-update works in a variety of ways to try and update itself:
On a technical level, I believe the actual fetching of files is done through cURL. |
||
|
|
|
|
I believe it uses cURL |
||
|
|
