I see that the same issue, that on some servers, I cannot automatically upgrade plugins because I am asked to provide FTP credentials which don’t exist.
I don’t get this use of FTP for the plugins. I don’t even run (or want to run FTP on my servers). Nor would we know, without auditing the code, if this was some sort of phishing attack to get the FTP credentials of a server as the 2nd part to an attack for which the first part, to modify the admin areas to product such a dialog, had succeeded. In short, I don’t think this is well thought out at all.
php has plenty of functionality (curl, for instance) to get files via HTTP, which is more likely to be available than FTP in my view. I did come across something which suggested they use FTP to make the permissions of files read-only after an upgrade – again, I don’t see why that can’t just be done using native php functions.
Having to upgrade plugins manually is pretty tedious, so I’m bumping your post in the hope that someone can explain why there are different behaviors, and how I can make automatically upgrade plugins without the FTP issue or step.
Or did you manage to resolve this already?
-Richard