On Sun March 20 2022 14:53:47 ajh-valmer wrote:
When I modify a remote PHP file on my server,
it is modified directly on the server.
If the file is a TXT, JSP file, no, it is dowloaded on my computer,
under a tmp folder, and I have to upload it to the server.
Why ?
Hi André,
Could this be a permissions issue, either on the PHP file
itself or on a directory?
Also IIRC you can't write to an EXE that's currently being
executed and I'm wondering if there's any similar logic
protecting scripts. Are the PHP files open on the server
when this is happening? Does it make a difference if the
web server application - Apache or whatever - is shut down?
--Mike