ajh-valmer wrote:
Hello,
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 ?
AFAIK it is always downloaded as there is no way to modify it directly on the server and a PHP file is downloaded the same way. But explain what you are doing step by step.