Hello,
No aswer, so I repeat my question :
Why I can modify a .PHP file directly on a remote server via sftp with Konqueror, but I cannot with a .JSP file ? (download, modification on my computer, upload).
The both are text files.
Thanks,
André
On Saturday 04 November 2017 23:06:38 andre_debian@numericable.fr wrote:
I modify my Web files directly remotely on my server on Konqueror, with sftp:// and kedit. The files are open remotely in the folder "/var/www/..." with sftp. After closing the files, they are modified directly on the server. It works fine. Excepted with the files.jsp : They are not open on the server remotely in "/var/www", but on the hard disk of my PC in the folder : "/home/andre/.trinity/cache.../krun/..." So, after modifications, I close the file and after I have to send the files.jsp from "/home/andre/.trinity/cache/krun/" on the server, into /var/www/... It's not automatic and direct, as the files.php. Why this difference between files.php and files.jsp ? (the both are text files) and how to correct it ? JSP and PHP files have the same rights and owners : 775 and www-data.