1
HFS ~ HTTP File Server / Bug Files are lock and can't be written to during download
« on: October 08, 2004, 01:57:22 PM »
The new alpha 24 release fixes this problem.
:!: THANKS :!: :^^:
:!: THANKS :!: :^^:
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Yes I am aware of that. I was also asked to test the current alpha version too. So I did. That is all. No big deal. He already said he made the update.Quote from: "RJP Computing"OK I tested the most recent alpha 23 and it still locks the file so that I can't write to it. :cry:The man said to wait for alfa24 ...
i changed the lineThat sounds good. ThanksCode: [Select]fileopen(reply.body, fmOpenRead+fmShareDenyWrite) );inCode: [Select]fileopen(reply.body, fmOpenRead+fmShareDenyNone) );i'm not sure this is correct, but next 2.0 alpha release will be the opportunity to test it.
i hope this will satisfy your needs but, please, test the alpha as it is released.I will try the new alpha release and let you know.
to know when next alpha is released you can check the 2.0 coming topic, or just use the check for updates command (but sometimes i forget to update the last one)
Like - downloading a log file, that is being appended ? what if the file is being modified NOT at end of it ?That is exactly what I am using it for. If it is being modified then we would just have to refresh the file download. This worked great in older versions because I used it in this fashion for a while.