Re: Multipart download in FTPClient

2016-11-08 Thread Sreejith S
Thank you Sebb. Will try this out. On Tue, Nov 8, 2016 at 10:13 PM, sebb wrote: > Are you referring to Commons NET FTPClient? > > If so, that has methods for writing the data to an output stream as it > arrives: > > http://commons.apache.org/proper/commons-net/javadocs/ > api-3.5/org/apache/comm

Re: Multipart download in FTPClient

2016-11-08 Thread sebb
Are you referring to Commons NET FTPClient? If so, that has methods for writing the data to an output stream as it arrives: http://commons.apache.org/proper/commons-net/javadocs/api-3.5/org/apache/commons/net/ftp/FTPClient.html#retrieveFile(java.lang.String,%20java.io.OutputStream) This does not

Multipart download in FTPClient

2016-11-08 Thread Sreejith S
Hi All, When dealing with large files , say 1 G, FTPClient end up in a memory exception. Does FTPClient supports multi part download option ? I feel this would be the solution to solve this memory issue. Any pointers please. Thanks, Sreejith -- *Sreejith.S* https://github.com/srijiths/ http: