回 帖 发 新 帖 刷新版面

主题:求一个linux示例程序

哪一位可以共享一个在linux下实现文件传输的程序?用套接字实现两台Pc的文件传输。我在入门里用困难,都焦头烂额了[em10]

回复列表 (共2个回复)

沙发

If you use Java, it is easy.
Modify this following example to transfer your file. Remember, file is just a stream of bytes.

[url]http://java.sun.com/docs/books/tutorial/networking/sockets/readingWriting.html[/url]

You can do a google search on "c/c++ socket linux example", you will find some ready to use code too. 

They are harder to read, but do the similar things.

Don't wait for someone to give you answers, go out to find your own answers. 

I am working on Java-c++ inter process communication on linux right now, the above is exactly what I was doing.

Thanks!

板凳

给你推荐一本书吧,UNIX网络编程。

我来回复

您尚未登录,请登录后再回复。点此登录或注册