I'm using "datasocket read" function to download multiple files from internet. When downloading large files, sometime download fails because of the time exceeds timeout. I resolved this issue by giving larger timeout. But again it becomes a problem when the internet speed drops(ie downloading time increases).
Is there any method to download multiple files using datasocket?
Is "datasocket open" necessary for the datasocket connection?