Hi, You can do this, how big are your files? You might find that some implementations do have a size limit, not sure about Java, though. Anyway, is generally faster to send a URL and download it separately, if it fits you...
On 5 March 2014 20:56, Sachith Withana <[email protected]> wrote: > I'm planning on converting the file into binary type and then do the > transfer to the server. > > What are the possible drawbacks of using this? > > This feature is for Apache Airavata. We are dealing with multiple language > clients and a main Java Server. > We have to upload ( and download) large files too. > > Thanks. > > > > > > On Wed, Mar 5, 2014 at 1:47 PM, Sachith Withana <[email protected]> > wrote: > > > Hi all, > > > > I need to transfer files between the Thrift clients and Servers. > > There can be large files to be transferred. > > > > Can someone please suggest a way of obtaining this? > > > > -- > > Thanks, > > Sachith Withana > > > > > > > -- > Thanks, > Sachith Withana >
