That’s what I was suspecting. I have changed to using java.net.URLConnection that apparently reads the entire file. Speed is improving dramatically. I am having to rewrite a few things since the data format is a little different from URLConnection as it is from FTP.
1 Like