HTTP request get (file download): Operation timed out after 60000 milliseconds
Dear all,I want to import a csv file from an internal server ("http:....").(JMP 14.0, Windows)It generally worked quite well, but the file is getting larger and larger.As I need to scan the full file (to get all data types right), I thought, it would be a good idea,to first download the file to the $TEMP directory and than to import it.So I implemented file download with http request. For a smalle...