hierynomus / smbj

Server Message Block (SMB2, SMB3) implementation in Java
Other
707 stars 180 forks source link

Write input stream to remote file #789

Closed dheid closed 1 year ago

dheid commented 1 year ago

Hi @hierynomus ,

I have a use case to write a remote file directly from an input stream. So I extracted the stream writing part of the SmbFiles#copy method and made it public.

Would you include this into smbj?

Best wishes

Daniel