function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
VenkatBalakrishnanVenkatBalakrishnan 

What is the best way to download huge event monitoring file using CURL command?

What is the best way to download huge event monitoring file using CURL command from Salesforce? I am getting an error: "curl : (18) transfer  closed with outstanding read data remaining" and unable to download the file.  I tried this option already: https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_event_log_file_download.htm
 
Raj VakatiRaj Vakati
You can use some of the programming options like Python or node js 
VenkatBalakrishnanVenkatBalakrishnan
Thanks Raj for your reply but unfortunately, we can not use Python or node js due to various reasons.  Will look for other options.  Anyways, thanks for your response.