php - How to edit CGI script website files as a user? -


this hypothetical question. let's have website built using cgi scripts. find folder within (for ex; www.website.com/links/link.txt) , has basic text files. when enter url on browser, able see file "link.txt". know website running on apache tomcat.

my question is, how (as user) edit link.txt file? tools should use?

unless have web-based editor can't edit files directly; security purposes if can change file means else can too.

you need way either connect server , edit using remote session, or need edit file using computer , upload it. unfortunately have mentioned ssh , ftp aren't working, 2 ways have otherwise suggested.

i suggest in touch site host , ask them functionality provide allow edit files.

hope helps!


Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -