Where does wordpress store the FTP credentials?
When wordpress asks for FTP information to upgrade, you type it in and then it seems to store it for future use (for future upgrades, and maybe also for media uploads?)
Where does it store these details? Is it in a file? In the database?
I'm trying to figure out what information is being used to access the server.
Tried grep-ing for ftp
in the php files and didnt see anything. This also doesn't seem to be a setting that is exposed in the admin interface.
Thanks!