S
scorpion53061
Is it possible to read and write to text files that are remote (sitting on
my server that can be accessed from the internet.)
my server that can be accessed from the internet.)
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
scorpion53061 said:Is it possible to read and write to text files that are remote
(sitting on my server that can be accessed from the internet.)
Sven Groot said:Yes, theoretically. It depends on what the server can do. What kinds of
protocols can you use to access the server in read/write mode? FTP?
Something else? Without that information we can't really help you here.
scorpion53061 said:I am accessing it via FTP.
scorpion53061 said:I already have a class.
it has a ftp download mechanism but I have not found a way to tell it to
just open the file.
You can't "just open the file". That's not possible per the FTP protocol.
Best you can do is download it, edit it locally, and upload it when you're
done.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.