> I execute a DOS (cURL) function and get back binary data. I expect about > 832Kb but aparently the data gets truncated at hex 1A0A > which is converted to hex 0D0A.
> Are there any OPTIONS directives or SYSTEM commands I can set to > prevent the > truncation? Apparently not with an execute. You may need to redirect the output to a Windows file (curl ... -o/--output <file>) and then read the file. openpath 'c:/curldownloads' to fh then assign @true to system(1017) read MyBinData from fh,'MyBinDataID' then ... etc Cheers, Stuart ********************************************************************** This email message and any files transmitted with it are confidential and intended solely for the use of addressed recipient(s). If you have received this email in error please notify the Spotless IS Support Centre (61 3 9269 7555) immediately who will advise further action. This footnote also confirms that this email message has been scanned for the presence of computer viruses. ********************************************************************** ------- u2-users mailing list [EMAIL PROTECTED] http://www.u2ug.org/listinfo/u2-users
