How to write binary file in remote machine using j-interop?

168 views Asked by At

I am using J-interop and java to interact with window remote machine, I am able to connect to the remote window machine using j-interop but do not know how to write binary files to window remote machine. If any one have sample code to do that it will be highly appreciated.

1

There are 1 answers

0
beyonddc On BEST ANSWER

If you can use another Java library then I would suggest you to look at JCIFS. http://jcifs.samba.org/

I have success to use this library to perform file operations from a Linux node to Windows node (XP, 2003 Server, 7 and 2008 Server).

Good luck