Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Jul : TIdFTP and windows 98
| Subject: | TIdFTP and windows 98 |
| Posted by: | "Harald" (noma..@noname.dk) |
| Date: | Thu, 14 Jul 2005 18:17:20 |
I use Delphi 7 proff, Indy 9.0.14
I do this:
Get a txt file with IdFTP.Get
Change something in the txt file
Put the same txt file with IdFTP.Put
This works fine on a windows XP computer but on a windows 98 computers the
changes in the txt file is not saved when I call IdFTP.Put. I can see on the
date/time of the txt file that it is beeing send when I call IdFTP.Put from
the window 98 computer. Is there some chache that need to be flushed on
windows 98?
/HK