简体   繁体   English

从Broker(Unix)将文件写入Windows计算机

[英]Writing files to windows machine from Broker (Unix)

I have a requirement to create/append file on windows machine from WebSphere Message Broker Toolkit v 7.0 (Unix). 我需要从WebSphere Message Broker Toolkit v 7.0(Unix)在Windows机器上create/append文件。 Unix user does not have permissions to access the windows machine. Unix用户没有访问Windows机器的权限。 I wanted to write a Java code which can create or append to a file with other credentials which has access to windows machine (not FTP , it's a shared drive in the same network but a different group). 我想编写一个Java代码,该代码可以使用可以访问Windows机器(不是FTP ,它是同一网络中但不同组中的共享驱动器)的其他凭据来创建或追加到文件中。

I found some solutions which the client don't want to use whatever constraints. 我找到了一些客户不希望使用任何约束的解决方案。

  1. Creating a NFS mount point and write to that mount point location. 创建一个NFS挂载点并写入该挂载点位置。
  2. Use SAMBA framework. 使用SAMBA框架。

Can anyone suggest something other than this ? 有人能提出其他建议吗?

Thanks in advance. 提前致谢。

Run a WebSphere MQ Managed File Transfer agent on the Windows host. 在Windows主机上运行WebSphere MQ托管文件传输代理。 Then the broker can simply send files to the agent which will write them to the local filesystem on the Windows host. 然后,代理可以简单地将文件发送到代理,该代理会将它们写入Windows主机上的本地文件系统。 This capability is built into modern versions of MQ. 此功能内置于现代版本的MQ中。

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

相关问题 使用 RCP 或 FTP 将文件从远程 unix 机器复制到本地 windows 机器上 - Using RCP or FTP to copy files from a remote unix machine onto a local windows machine 使用java将文件从unix传输到windows - transfer files from unix to windows using java 如何自动定期将文件从Windows计算机上传到UNIX服务器? - how to automatically and periodically upload a file from a windows machine to a unix server? 使用Java程序从Unix Box读取Windows机器上共享的内容 - Reading contents shared on Windows machine from Unix Box with a Java Program Java Swing ComboBox来自Unix机器的文件列表 - Java Swing ComboBox list of files from unix machine 无法从端口6667上的Windows主机连接到Hortonworks Sandbox(HDP 2.6)上的Kafka Broker - Unable to connect to Kafka Broker on Hortonworks Sandbox (HDP 2.6) from my Windows Host Machine on Port 6667 Java:从Linux机器访问Windows文件 - Java: Accessing Windows files from Linux machine 使用unix机器文件和目录选项卡自动完成的Windows应用程序 - Windows application with Auto-complete using tab of unix machine files and directories 用unix写入文件不起作用; 在Windows中工作 - Writing to a file in unix not working; in windows it works unix和windows文件之间的差异 - Differences between unix and windows files
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM