ServiceMix can support large files easily as it will use the stream on the
file being downloaded and not read it and store it it memory.  However, you
need to pay attention at the processing of this data so that only the stream
is needed.  For example an XSLT transformation would need the whole file in
memory.

The servicemix-ftp component does not handle SFTP, but you could try
http://servicemix.apache.org/vfs.html instead.    We have mentioned several
times creating a new component around commons-vfs, as it has evolved since a
few years and should be able to fit our needs now.

On Mon, Mar 24, 2008 at 4:39 PM, Mukesh Mediratta <[EMAIL PROTECTED]>
wrote:

>
> We want to use FTP for large file transfer.. We would like to know what is
> max size of files can be transfered using Servicemix FTP. Do we have any
> SFTP option ?
>
> Is there a way that a file can be split in small pieces and sent over to
> the
> target ( FTP ).
>
> Thanks
> Mukesh Mediratta
> --
> View this message in context:
> http://www.nabble.com/Large-File-Transfer-tp16254620s12049p16254620.html
> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>
>


-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/

Reply via email to