Large internet files truncated: We use the "Copyfile" command to read a relatively large internet file (several megabytes). From time to time only a part of the file is transferred. How can we rectify this?

This is probably a timeout problem. The standard timeout for http access is 5 minutes. You can change this setting in guixt.ini with the parameter "FileAccessTimeout".

Example:

FileAccessTimeout 600

sets the timeout to 10 minutes (600 seconds).

In the case of timeout, partially loaded files may occur in GuiXT versions prior to 2011 Q3 2. This has been corrected and GuiXT now returns "file not found" in such cases.