Link to home
Start Free TrialLog in
Avatar of mkmitchell
mkmitchell

asked on

edit a text file on the internet

On my FrontPage web site, I have a java applet that reads a text file and then displays the text in a "news scroller" type of way.  Is there a way of updating/editing that text file (.txt) from the Internet without having to FTP or publish it from FrontPage?  Can this be done from a web form or a java script or something like that?
Avatar of ClassyLinks
ClassyLinks
Flag of Canada image

If you are using WsFTP or WSFTP Pro you can do this right in the program.

Connect and right-click on the file and choose edit.  A notepad window will open up and you can edit from there.  When you close the window, you will be asked if you want to save the changes.  When you say yes, your file is altered.

Hope This Helps.
ASKER CERTIFIED SOLUTION
Avatar of astyanax
astyanax

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of astyanax
astyanax

Oh, I forgot: you could "abuse" a guestbook cgi script to add some lines of text for a new news message to txt file with the messages that already exist.

But doing so you could not "remove" a news message, you could only add them.

If you are familiar with ínstalling cgi scripts I would recomend using the fileman script.