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.)
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.