Re: [問題] 有關用ruby寫socket的問題

看板Ruby作者 (旺小王)時間17年前 (2007/04/13 19:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/2 (看更多)
※ 引述《francase (不知道取啥ㄋㄟ~~)》之銘言: : 想用A server 開一個tcp 的port 等待 B client 傳檔案 : 請問有相關的範例嗎,找了好久都找不到.... : 請問網上有大大可以神一個小例子給我嗎.... require 'socket' server = TCPServer.new(port) server.listen( 5 ) # 可省略 client = serv.accept client.each_byte { |b| # do reading } # 或是 ... # # data = client.read ( length ) # # 省略 length ,則讀到結束為止。 client.close server.close [參考資料] Programming Ruby Network and Web Libraries - http://www.rubycentral.com/book/lib_network.html Basic Input and Output - http://www.rubycentral.com/book/tut_io.html Class IO - http://www.rubycentral.com/book/ref_c_io.html -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.124.182.108
文章代碼(AID): #167sezqz (Ruby)
文章代碼(AID): #167sezqz (Ruby)