Can an admin upload file to server via the /admin?
Okay, here's one for you:
Is there any way to upload files via the admin CP?
I would like to be able to upload a PHP file to the admin directory without using a protocol like FTP. So, for example, maybe I need to hack a few templates to create some HTML code that would create a form, file upload field, and then process it. Then, once the file is uploaded, I can access it as a stand-alone file in the admin folder.
I suppose I should add that I do not want to use FTP or other protocols - I need to be able to make changes to the site over port 80, and without using a client program...
I saw those, but they require FTP access to get them up initially. I need to get this stuff up initially *without* using an FTP client. (They do look cool, though, and would be great if I could upload that one file!)
I currently don't even HAVE ftp access so I need to figure out what to do. I have full admin CP access so anything I can do in there... I can do.
I suppose I should add that I do not want to use FTP or other protocols - I need to be able to make changes to the site over port 80, and without using a client program...
May I ask why? By its nature, FTP is designed for file transfers. Ideally SFTP should replace it given that FTP is grossly insecure, but still.