Can you please share with us what you have tried so far ? Also please include the version details that you are using.
Thanks & Regards
Krishnan Mahadevan
"All the desirable things in life are either illegal, expensive, fattening or in love with someone else!"
My Scribblings @ http://wakened-cognition.blogspot.com/
My Technical Scribbings @ http://rationaleemotions.wordpress.com/
--
You received this message because you are subscribed to the Google Groups "sshj-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sshj-users+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
val remoteFile = ftpClient.open(path, util.EnumSet.of(OpenMode.WRITE, OpenMode.CREAT))val bufferedOutputStream = new BufferedOutputStream(remoteFile.RemoteFileOutputStream, 32767)