简体   繁体   English

如何使用j-interop在远程计算机中写入二进制文件?

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

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. 我正在使用J-interop和java与窗口远程计算机进行交互,我能够使用j-interop连接到远程窗口计算机,但不知道如何将二进制文件写入窗口远程计算机。 If any one have sample code to do that it will be highly appreciated. 如果有人有示例代码可以做到,将不胜感激。

If you can use another Java library then I would suggest you to look at JCIFS. 如果可以使用另一个Java库,那么我建议您看一下JCIFS。 http://jcifs.samba.org/ 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). 我已成功使用此库执行从Linux节点到Windows节点(XP,2003 Server,7和2008 Server)的文件操作。

Good luck 祝好运

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM