-1

I need to connect two System which are hosting in differents machines. One of them is coded in Java and the other in C++. The systems have to send files in both directions.

Some requeriments: - Size File: More than 20MB

Some Possibilities: WebService, Corba, NFS, ...

Any Suggestion? Example?

4

2 回答 2

1

尝试托管 FTP 服务器并尝试通过 FTP 文件传输发送接收文件

对于 C++ 中的 FTP 文件传输,请参阅上一篇文章 Designing a file transfer protocol in c++

对于 Java FTP 文件传输,请参阅... 如何使用 java 将文件从 url 传输到 ftp?

如果您打算使用 Web 服务进行文件传输此 IBM 博客应该会有所帮助

于 2013-03-15T08:24:51.047 回答
1

带有MTOM的 Web 服务。 Axis C在支持 MTOM 的 c/c++ 端是一个很好的 WS 实现。

于 2013-03-15T08:24:02.653 回答